Important
We are updating the images for OroCommerce version 6.1 to align with the latest changes in the back-office design. During this transition, some images may still show older versions. Thank you for your patience as we work to update all visuals to reflect these changes.
Pager Extension
This extension provides pagination and is responsible for passing the “pager” settings to the view layer. Only paging for ORM datasource is currently implemented. It is always enabled for ORM datasource.
One Page Pagination
This feature allows rendering all grid content on one page (up to 1000 rows).
To activate this feature, use option “onePage”:
account-account-user-grid:
options:
toolbarOptions:
pagination:
onePage: true
...
Related Articles