Docs
Cloudflare
CodeRabbit
Railway
SerpAPI
WorkOS
AG Grid
Netlify
OpenRouter
Clerk
Sentry
Unkey
Prisma
Electric
Cloudflare
CodeRabbit
Railway
SerpAPI
WorkOS
AG Grid
Netlify
OpenRouter
Clerk
Sentry
Unkey
Prisma
Electric
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

getPaginationRowModel

Function: getPaginationRowModel()

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

Defined in: useLegacyTable.ts:77

Type Parameters

TData

TData extends RowData

Returns

RowModelFactory<TData>

Deprecated

Use createPaginatedRowModel() with the new useTable hook instead.

This is a stub function for v8 API compatibility with useLegacyTable. It acts as a marker to enable the paginated row model.