Important

You are browsing the documentation for version 4.1 of OroCommerce, OroCRM and OroPlatform, which is no longer maintained. Read version 5.1 (the latest LTS version) of the Oro documentation 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, it is also responsible for passing the “pager” settings to the view layer. Only paging for ORM datasource is currently implements. It is always enabled for ORM datasource.

One Page Pagination

This feature allows to render all grid content in one page (up to 1000 rows).

To activate this feature, use option “onePage”:

account-account-user-grid:
    options:
        toolbarOptions:
            pagination:
                onePage: true
    ...