function getInitialTableState<TFeatures>(features, initialState): TableState<TFeatures>;function getInitialTableState<TFeatures>(features, initialState): TableState<TFeatures>;Defined in: core/table/constructTable.ts:16
Builds the initial table state from registered features and user initial state.
Each feature contributes its default state before user-provided initialState values are merged in.
TFeatures extends TableFeatures
TFeatures
Partial<TableState<TFeatures>> | undefined
TableState<TFeatures>