This plugin is used to allow Griddle to manage the state of the Grid locally. By default, Griddle is totally controlled with the given data -- adding this plugin to Griddle enables client-side pagination, filtering, sorting, etc.
This plugin currently ships with Griddle. Running npm install griddle-react --save
installs the local plugin as well. This plugin can be included by import Griddle, { plugins }
and then referencing plugins.localPlugin
.
This plugin allows removes pagination and instead provides virtual scrolling support. Virtual scrolling will render a different set of visible rows when scrolling.
This plugin currently ships with Griddle. Running npm install griddle-react --save
installs the position plugin as well. This plugin can be included by import Griddle, { plugins }
and then referencing plugins.positionPlugin
.
This plugin is used to allow Griddle to manage the state of the Grid locally. By default, Griddle is totally controlled with the given data -- adding this plugin to Griddle enables client-side pagination, filtering, sorting, etc.
This plugin currently ships with Griddle. Running npm install griddle-react --save
installs the local plugin as well. This plugin can be included by import Griddle, { plugins }
and then referencing plugins.localPlugin
.
This plugin allows removes pagination and instead provides virtual scrolling support. Virtual scrolling will render a different set of visible rows when scrolling.
This plugin currently ships with Griddle. Running npm install griddle-react --save
installs the position plugin as well. This plugin can be included by import Griddle, { plugins }
and then referencing plugins.positionPlugin
.