An R package for using the Slickgrid Javascript library with the Shiny framework for R.
To install, install the devtools
package if necessary (install.packages("devtools")
) and run:
devtools::install_github("shiny-slickgrid", "wch")
In the /inst/slickgrid directory, all the files are from Slickgrid, with the exception of for shiny-slickgrid.js, which contains code for connecting Slickgrid to Shiny.
- Slickgrid is released under the MIT license.
- All other code is released under the GPL-3 license.