Home

Awesome

Open Source Love

Magento 2 Attribute Options Pagination

Simple Magento 2 module that adds pagination to attribute options in admin panel.

5r8Sf9.md.png

Installation (in your Magento 2 directory):
THIS PACKAGE REQUIRES COMPOSER 2.x

composer require enanobots/m2-attribute-pagination  --ignore-platform-reqs

activate the module:

php bin/magento module:enable Nanobots_AttributeOptionPager

And run upgrade command:

php bin/magento setup:upgrade

Module should work out-of-the box

Tested on:

If there are issues / problems, please open an issue within the repository or submit a pull request.