Skip to Content
APIReact GriduseGridStoreMemo

useGridStoreMemo hook

Creates a new GridStore for the given grid options and configuration generator. If the new grid options or config generator options are shallowly equal to the previously provided ones, the same memoized store instance will be returned.

Tip

This API reference is automatically generated from the source code  of the @jsoc/react-grid  package.

Signature

Parameters:
NameTypeDefault
dataGridData

data for the grid store.

configGeneratorPluginConfigGenerator<C>

config generator to use for the grid store.

configGeneratorOptionsPluginConfigGeneratorOptions<C>

config generator options to use for the grid store.

Returns:
GridStore<C>

Instance of GridStore<C>.