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
Legacy API Reference

getCoreRowModel

Function: getCoreRowModel()

ts
function getCoreRowModel<TData>(): RowModelFactory<TData>;

Defined in: useLegacyTable.ts:147

Type Parameters

TData

TData extends RowData

Returns

RowModelFactory<TData>

Deprecated

The core row model is always created automatically in v9.

This is a stub function for v8 API compatibility with useLegacyTable. It does nothing - the core row model is always available.