Back to Table

CreateRowModel_Core

docs/reference/interfaces/CreateRowModel_Core.md

8.21.31.1 KB
Original Source

Interface: CreateRowModel_Core<TFeatures, TData>

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

Extends

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

coreRowModel()?

ts
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.

Parameters

table

Table<TFeatures, TData>

Returns

ts
(): RowModel<TFeatures, TData>;
Returns

RowModel<TFeatures, TData>