Back to Table

CachedRowModel_Core

docs/reference/interfaces/CachedRowModel_Core.md

8.21.3811 B
Original Source

Interface: CachedRowModel_Core<TFeatures, TData>

Defined in: core/row-models/coreRowModelsFeature.types.ts:37

Extends

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

coreRowModel()

ts
coreRowModel: () => RowModel<TFeatures, TData>;

Defined in: core/row-models/coreRowModelsFeature.types.ts:41

Returns

RowModel<TFeatures, TData>