centurion-erp-ui
    Preparing search index...

    Interface DatasetMetaPagination

    Provides the details required for pagination.

    interface DatasetMetaPagination {
        count: number;
        page: number;
        pages: number;
    }
    Index

    Properties

    Properties

    count: number

    Total number of objects in the complete dataset.

    page: number

    Current page number.

    pages: number

    Total number of pages for the complete dataset.