Back to Table

createTableStore

docs/reference/functions/createTableStore.md

8.21.3624 B
Original Source

Function: createTableStore()

ts
function createTableStore<TFeatures>(features, initialState): Store<TableState<TFeatures>>;

Defined in: core/table/constructTable.ts:22

Type Parameters

TFeatures

TFeatures extends TableFeatures

Parameters

features

TFeatures

initialState

Partial<TableState<TFeatures>> | undefined

Returns

Store<TableState<TFeatures>>