Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
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
Row API Reference

Table_RowModels_Core

Interface: Table_RowModels_Core<TFeatures, TData>

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

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

getCoreRowModel()

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

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

Returns the core row model before any processing has been applied.

Returns

RowModel<TFeatures, TData>


getRowModel()

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

Returns

RowModel<TFeatures, TData>