Defined in: core/row-models/coreRowModelsFeature.types.ts:44
TFeatures extends TableFeatures
TData extends RowData
getCoreRowModel: () => RowModel<TFeatures, TData>;
Defined in: core/row-models/coreRowModelsFeature.types.ts:51
Returns the core row model before any processing has been applied.
RowModel<TFeatures, TData>
getRowModel: () => RowModel<TFeatures, TData>;
Defined in: core/row-models/coreRowModelsFeature.types.ts:55
Returns the final model after all processing from other used features has been applied. This is the row model that is most commonly used for rendering.
RowModel<TFeatures, TData>