Theme
Theme
Theme Options can be passed to aggrid()
using the theme
arguments.
ag-theme-balham
the default light theme provided by ag-grid is set as default.
The other options available are
- ag-theme-balham-dark
- ag-theme-blue
- ag-theme-bootstrap
- ag-theme-dark
- ag-theme-fresh
- ag-theme-material
Here is an quick example
library(RagGrid)
aggrid(iris,theme = "ag-theme-balham-dark")