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

Bumps [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp) and [glob-all](https://github.com/jpillora/node-glob-all). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...

dependencies

Use aggrid enterprise with iris dataset and select group by series ![screen shot 2018-05-25 at 9 26 39 pm](https://user-images.githubusercontent.com/24671318/40554227-aa63fc16-6062-11e8-812f-d6fc2018001c.png) ![screen shot 2018-05-25 at 9 29 33 pm](https://user-images.githubusercontent.com/24671318/40554251-bf9dea56-6062-11e8-8733-bcdee9772546.png)

bug

Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependency [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Removes `cacheable-request` Updates `webpack-cli` from 2.1.3 to 5.0.1 Release notes Sourced from...

dependencies

Removes [http-cache-semantics](https://github.com/kornelski/http-cache-semantics). It's no longer used after updating ancestor dependency [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Removes `http-cache-semantics` Updates `webpack-cli` from 2.1.3 to 5.0.1 Release notes Sourced from...

dependencies

Bumps [json5](https://github.com/json5/json5) to 2.2.2 and updates ancestor dependencies [json5](https://github.com/json5/json5), [babel-loader](https://github.com/babel/babel-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.2 Release notes Sourced from...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

The RagGrid does NOT seem to support nested headers as in ag-grid. Any possibility of an enhancement?

It would be easier to contribute if the project license referenced one of these - https://opensource.org/licenses

If you render a RagGrid from a reactive expression then the RagGrid renders multiple times. The HTML element needs clearing inside renderValue See what DT does on: https://github.com/rstudio/DT/blob/cd8e49fa69ddb786974fb661c275b780adcbebf9/inst/htmlwidgets/datatables.js#L117 See also...