Pagination
Page navigation for long lists
Pagination
Pagination controls for datasets and tables.
Basic Usage
Pagination
Navigate through pages of data.
Demo will load when visible.
API (Lite)
| Property | Type | Default | Description |
|---|---|---|---|
| currentPage | Current page | ||
| pageSize | Items per page | ||
| total | Total items | ||
| totalPages | - | Explicit total page count; used when total is not provided | |
| prevIcon | Previous page icon | ||
| nextIcon | Next page icon | ||
| showInfo | Show total info | ||
| showFirstLast | Show first/last buttons |