Defined in: core/row-models/coreRowModelsFeature.types.ts:23
TFeatures extends TableFeatures
TData extends RowData
optional coreRowModel: (table) => () => RowModel<TFeatures, TData>;
Defined in: core/row-models/coreRowModelsFeature.types.ts:30
This required option is a factory for a function that computes and returns the core row model for the table.
Table<TFeatures, TData>
(): RowModel<TFeatures, TData>;
RowModel<TFeatures, TData>