type Table_Internal<TFeatures, TData> = Table<TFeatures, TData> & object;
Defined in: types/Table.ts:111
_rowModelFns: RowModelFns_All<TFeatures, TData>;
_rowModels: CachedRowModel_All<TFeatures, TData>;
baseStore: Store<TableState_All>;
initialState: TableState_All;
options: TableOptions_All<TFeatures, TData> & object;
optional _rowModels: CreateRowModels_All<TFeatures, TData>;
optional initialState: TableState_All;
optional state: TableState_All;
store: ReadonlyStore<TableState_All>;
TFeatures extends TableFeatures
TData extends RowData = any