numberThe initial active page when rendered.
Use when you don't need to control the active page of the pagination.
defaultPageSize
10
numberThe initial number of data items per page when rendered.
Use when you don't need to control the page size of the pagination.
id
stringThe unique identifier of the machine.
ids
{
root?: string;
ellipsis(index: number)?: string;
prevTrigger?: string;
nextTrigger?: string;
item(page: number)?: string;
}The ids of the elements in the accordion. Useful for composition.
onPageChange
(details: PageChangeDetails) => voidCalled when the page number is changed
onPageSizeChange
(details: PageSizeChangeDetails) => voidCalled when the page size is changed
page
numberThe controlled active page
pageSize
numberThe controlled number of data items per page
siblingCount
1
numberNumber of pages to show beside active page
translations
IntlTranslationsSpecifies the localized strings that identifies the accessibility elements and their states