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/AdminProductGridCategoryFilterin yourmagentoroot/app/codefolder.
With composer
composer config repositories.adminproductgridcategorygilter vcs https://github.com/utklasad/magento2-admin-product-grid-category-filter.gitcomposer 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_AdminProductGridCategoryFilterand deploy static files if you're in production mode.