Skip to Content
APIVue GriduseGridStoreMemo

useGridStoreMemo composable

Creates a GridStore that is recreated when inputs change shallowly.

Tip

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

Signature

Parameters:
NameTypeDefault
dataMaybeRefOrGetter<GridData>
configGeneratorPluginConfigGenerator<C>
configGeneratorOptionsPluginConfigGeneratorOptions<C> | Ref<PluginConfigGeneratorOptions<C> | undefined, PluginConfigGeneratorOptions<C> | undefined> | ShallowRef<...> | WritableComputedRef<...> | ComputedRef<...> | (() => PluginConfigGeneratorOptions<...> | undefined)
Returns:
ShallowRef<GridStore<C>>