Properties to customize the content and behavior of the pagination dropdown options. These properties should be passed into the pagination component's perPageOptions property.

interface PerPageOptions {
    title?: string;
    value?: number;
}

Properties

Properties

title?: string

The text title of the option, which is rendered inside the pagination dropdown menu.

value?: number

The value of the option, which determines how many items are displayed per page.