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.
Toolbar Extension¶
Toolbar options:
1 [
2 'hide' => false,
3 'pageSize' => [
4 'hide' => false,
5 'items' => [10, 25, 50, 100],
6 'default_per_page' => 25,
7 ],
8 'pagination' => [
9 'hide' => false,
10 ]
11 ];
hide - will hide toolbar. Can take values true or false.
pageSize - array, next parameters could be included:
hide - hide or show number of items per page selector
items - items per page
default_per_page - item per page by default
pagination - show or hide pagination block as well as off the paginator extension.