Back to Table

createCoreRowModel

docs/reference/functions/createCoreRowModel.md

8.21.3772 B
Original Source

Function: createCoreRowModel()

ts
function createCoreRowModel<TFeatures, TData>(): (table) => () => RowModel<TFeatures, TData>;

Defined in: core/row-models/createCoreRowModel.ts:10

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Returns

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

Parameters

table

Table<TFeatures, TData>

Returns

ts
(): RowModel<TFeatures, TData>;

Returns

RowModel<TFeatures, TData>