Pagination
    Preparing search index...

    Interface ButtonsOptions

    Pagination Buttons Options

    interface ButtonsOptions {
        first: ButtonOptions;
        last: ButtonOptions;
        next: ButtonOptions;
        prev: ButtonOptions;
    }
    Index

    Properties

    Properties

    The first button of the pagination row

    The last button of the pagination row

    The next button of the pagination row

    The previous button of the pagination row