Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Legacy API Reference
Enterprise

CreateRowModel_Core

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>;
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>;
(): RowModel<TFeatures, TData>;
Returns

RowModel<TFeatures, TData>