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

table_previousPage

Function: table_previousPage()

ts
function table_previousPage<TFeatures, TData>(table): void;
function table_previousPage<TFeatures, TData>(table): void;

Defined in: features/row-pagination/rowPaginationFeature.utils.ts:298

Moves the table to the previous page.

This delegates to table_setPageIndex so pagination state ownership and updater semantics remain consistent.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

Returns

void

Example

ts
table_previousPage(table)
table_previousPage(table)