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

Table_RowModels_Paginated

Interface: Table_RowModels_Paginated<TFeatures, TData>

Defined in: features/row-pagination/rowPaginationFeature.types.ts:109

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

getPaginatedRowModel()

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

Defined in: features/row-pagination/rowPaginationFeature.types.ts:116

Returns the row model for the table after pagination has been applied.

Returns

RowModel<TFeatures, TData>


getPrePaginatedRowModel()

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

Defined in: features/row-pagination/rowPaginationFeature.types.ts:120

Returns the row model for the table before any pagination has been applied.

Returns

RowModel<TFeatures, TData>