Back to Table

getInitialTableState

docs/reference/functions/getInitialTableState.md

8.21.3614 B
Original Source

Function: getInitialTableState()

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

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

Type Parameters

TFeatures

TFeatures extends TableFeatures

Parameters

features

TFeatures

initialState

Partial<TableState<TFeatures>> | undefined

Returns

TableState<TFeatures>