INSTALLATION
You can choose to install the development version of aggrid from GitHub:
devtools::install_github("Liripo/aggrid")Server
For big data, e.g. millions of rows,you should use server model.
Although the above code can be used to render within 5~6s, operations such as sorting become slowly. So we best to use server model, it only work in shiny.
Licensing
aggrid has a dependency on ag-grid v30.0.3 which provides community and enterprise options. We’ve bundled both the versions in this package. Please review the licensing options and terms before you use this software. (https://www.ag-grid.com/license-pricing/)


