type Table<TFeatures, TData> = Table_Core<TFeatures, TData> & ExtractFeatureMapTypes<TFeatures, Table_FeatureMap<TFeatures, TData>>;Defined in: types/Table.ts:69
The table object that includes both the core table functionality and the features that are enabled via the features table option.
TFeatures extends TableFeatures
TData extends RowData