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.
Mode Extension
This extension lets you work with the grid in different modes. Two modes are supported:
server (default) — the backend performs all data manipulations, and the grid receives data via AJAX requests.
client — the frontend performs all data manipulations, with no AJAX requests required. Client mode does not currently support filters.
Configuration example
Oro renders and processes this grid in client mode:
account-account-user-grid:
options:
mode: client
...
Related Articles