What it means
Pagination breaks a long list into smaller windows so users can think in pages instead of an endless stream.
Data Models guide
Pagination breaks a long result set into smaller windows. It is useful when users think in pages rather than endless scrolling.
Pagination breaks a long list into smaller windows so users can think in pages instead of an endless stream.
Use it when the workflow already talks about pages, ranges, or review batches. Prefer scrolling when users are continuously scanning through a feed-like list without caring where one page ends.
Page size is a content-design choice as much as a technical one. Show enough range and page context that users always know where they are in the result set.
Start with pagination.enabled, pagination.mode, pagination.pageIndex, pagination.pageSize, pagination.defaultPageIndex, pagination.defaultPageSize, pagination.pageSizeOptions, pagination.totalRowCount. Open the live API reference for types and defaults.