gridlayout icon indicating copy to clipboard operation
gridlayout copied to clipboard

Package for setting up CSS grid layouts in Shiny apps or RMarkdown documents

Results 2 gridlayout issues
Sort by recently updated
recently updated
newest added

I have a shiny app built with a grid_page. There is a datatable (DT) output I do some formatting on the datatable. Most of the formatting works (hover, stripes, fontsize,...

Fixes bug from #13 where dot args were not actually being passed through to `grid_card()`. Changes are that the base element rather than just a div is now `grid_card()` with...

bug