function getInitialTableState<TFeatures>(features, initialState): TableState<TFeatures>;
Defined in: core/table/constructTable.ts:10
TFeatures extends TableFeatures
TFeatures
Partial<TableState<TFeatures>> | undefined
TableState<TFeatures>