Pagination
Page navigation for long lists
Pagination
Pagination controls for datasets and tables.
Basic Usage
Pagination
Navigate through pages of data.
Demo loads on client.
API (Lite)
| Property | Type | Default | Description |
|---|---|---|---|
| currentPage | Current page | ||
| pageSize | Items per page | ||
| total | Total items | ||
| showInfo | Show total info | ||
| showFirstLast | Show first/last buttons |
Was this helpful?