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

getCoreRowModel

Function: getCoreRowModel()

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

Defined in: useLegacyTable.ts:149

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.