table_firstPage

Function: table_firstPage()

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

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

Moves the table to the first page.

This is a convenience wrapper around table_setPageIndex(table, 0).

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

Returns

void

Example

ts
table_firstPage(table)