Important
You are browsing documentation for version 6.1 of OroCommerce, supported until 2029. 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