Options: {
    className?: string;
    label?: TextTemplate;
    template?: Template;
    title?: TextTemplate;
}

The options for the pagination feature.

Type declaration

  • OptionalclassName?: string

    The class name the pagination element.

    'pagination'

  • Optionallabel?: TextTemplate

    Render function for each button label inside the pagination.

  • Optionaltemplate?: Template

    Render function for the pagination elemements.

  • Optionaltitle?: TextTemplate

    Render function for each button title attribute inside the pagination.