Important
You are browsing upcoming documentation for version 7.1 of OroCommerce, scheduled for release in 2027. Read the documentation for the latest LTS version to get up-to-date information.
See our Release Process documentation for more information on the currently supported and upcoming releases.
Pager Extension
This extension provides pagination and passes the “pager” settings to the view layer. Paging is currently implemented only for the ORM datasource, where it is always enabled.
One Page Pagination
This feature renders all grid content on a single page (up to 1000 rows).
To activate it, use the “onePage” option:
account-account-user-grid:
options:
toolbarOptions:
pagination:
onePage: true
...
Related Articles