UI Plugins
UI Plugins (or simply Plugins) provide a ConfigGenerator that is used when instantiating the GridStore.
This generator leverages core utilities (like generateColumns) alongside schema properties (such as rows and
primaryColumnKey) to directly construct the native configuration required by your chosen UI component.
Available plugins
Plugins are available for various DataGrid and DataTable libraries, organized below by framework.
Click any card to read its documentation, or use the GitHub and npm icons at the top of the card to view its source code and package.
React
Plugins are available for the following React DataGrid/DataTable libraries:
AG Grid
Ant Design Table
Mantine React Table
MUI DataGrid
PrimeReact DataTable
TanStack Table
Vanilla
Plugins are available for the following Vanilla DataGrid/DataTable libraries:
AG Grid
TanStack Table
Vue
Plugins are available for the following Vue DataGrid/DataTable libraries:
AG Grid
TanStack Table
Custom Plugin
If your preferred UI component is not listed, you can easily build your own plugin for it in your codebase.
Browse the source code of available plugins to learn how they are implemented.