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

The options for the pagination feature.

Type declaration

  • Optional className?: string

    The class name the pagination element.

    Default Value

    'pagination'

  • Optional label?: TextTemplate

    Render function for each button label inside the pagination.

  • Optional template?: Template

    Render function for the pagination elemements.

  • Optional title?: TextTemplate

    Render function for each button title attribute inside the pagination.