apex-grid
    Preparing search index...

    Type Alias PaginationMode

    PaginationMode: "local" | "remote"

    The pagination mode for the grid.

    'local' — the grid slices the in-memory ApexGrid.dataView by page and pageSize. 'remote' — the consumer drives data fetching; the grid emits paging events but does not slice the data. Use together with DataPipelineConfiguration.pagination or by setting data to the current page on pageChanged.