# rowPaginationFeature

# Variable: rowPaginationFeature

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

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

The (Row) Pagination feature adds pagination state and APIs to the table object.
