# rowPaginationFeature

# Variable: rowPaginationFeature

```ts
const rowPaginationFeature: TableFeature<RowPaginationFeatureConstructors<TableFeatures, RowData>>;
```

Defined in: [features/row-pagination/rowPaginationFeature.ts:129](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/row-pagination/rowPaginationFeature.ts#L129)

The stock row pagination feature.

Register this feature to add pagination state, page navigation APIs, and
pagination-aware row model helpers to a table.
