OptionalenabledWhether pagination is enabled.
When false, the grid renders no paginator and applies no slicing — the full
ApexGrid.dataView is virtualized as usual.
OptionalmodeThe pagination mode. Defaults to 'local'.
OptionalpageThe current page (zero-based). Defaults to 0.
OptionalpageThe number of records per page. Defaults to 25.
OptionalpageThe list of page sizes offered in the paginator's page-size dropdown.
Defaults to [10, 25, 50, 100].
OptionaltotalIn 'remote' mode the consumer must supply the unfiltered row total so the paginator
can compute the page count. Ignored in 'local' mode.
Pagination configuration for the grid.