RagGrid icon indicating copy to clipboard operation
RagGrid copied to clipboard

R interface to ag-grid.

Results 19 RagGrid issues
Sort by recently updated
recently updated
newest added

Hello, I am having difficulty configuring a default row grouping when pivot mode is active. When the page/app loads I would like a certain set of rows to be checked...

I am looking to trap the cellchanged event in Shiny and and get the row /col modified as well as new value. Is there an easy wat to do this?

Include airtable style sorting , filtering using the community version

enhancement

Is there a way to unescape HTML tags in cell contents as in `DT::datatable(escape=FALSE)`? I'm afraid my JS skills are very limited. Thx! ![image](https://user-images.githubusercontent.com/260325/66015556-0e29d180-e4a1-11e9-8c8b-459d589d7eb9.png)

question

Can't figure out how to remove the first column from the grid that has the row indexes. There is no label for this column, so I cannot access it programmatically...

Thanks for the excellent ag-grid integration for Shiny! Is it possible to enable grid csv export? I tried the following but it appeared to not affect the aggrid behavior. ```...

enhancement