This extension adds the feature of category filter in admin product grid for Magento 2.
Tested and compatible with Magento 2.1.x, 2.2.x, 2.3.x and 2.4.x
Choose one of the two installation types below
Without composer
- Download the latest release to
Utklasad/AdminProductGridCategoryFilter
in yourmagentoroot/app/code
folder.
With composer
composer config repositories.adminproductgridcategorygilter vcs https://github.com/utklasad/magento2-admin-product-grid-category-filter.git
composer require utklasad/adminproductgridcategorygilter ~1.1.0
- Clean cache, run
php bin/magento setup:upgrade
, make sure the module is enabled withphp bin/magento module:enable Utklasad_AdminProductGridCategoryFilter
and deploy static files if you're in production mode.