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.

Toolbar Extension 

Toolbar options:

[
    'hide'       => false,
    'pageSize'   => [
        'hide'  => false,
        'items' => [10, 25, 50, 100],
        'default_per_page' => 25,
    ],
    'pagination' => [
        'hide' => false,
    ]
];
  • hide — hides the toolbar. Accepts true or false.

  • pageSize — an array that can include:

    • hide — shows or hides the items-per-page selector

    • items — items per page

    • default_per_page — default items per page

  • pagination — shows or hides the pagination block and turns off the paginator extension.

Related Articles