
Paginator controls pages of a dataset: tables, DataView screens, search results, record lists, and server-side browsing.
Use length for the total number of records, pageSize for records per page, pageIndex for the current zero-based page, and the page event to update local data or request the next page from an API.
Do not use Paginator for app route navigation, wizard steps, carousel slides, media browsing, or standalone UI without a paged dataset.