function getInitialTableState<TFeatures>(features, initialState): TableState<TFeatures>;Defined in: core/table/constructTable.ts:17
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`](../type-aliases/TableState.md)\<`TFeatures`\>> | undefined
TableState\<`TFeatures`\>