ADD filter/search to manufacturers and stocks

This commit is contained in:
2023-10-26 16:42:11 +02:00
parent e69f2af6b0
commit add4b362ac
9 changed files with 132 additions and 4 deletions

View File

@ -30,6 +30,10 @@ class HtmlView extends BaseHtmlView
$this->items = $this->get('Items');
// adding filters
$this->filterForm = $this->get('FilterForm');
$this->activeFilters = $this->get('ActiveFilters');
// set the toolbar
$this->addToolbar();