enanobots/m2-attribute-pagination

Magento 2 Attribute Options Pagination in Admin Panel

Installs: 13 524

Dependents: 0

Suggesters: 0

Security: 0

Stars: 32

Watchers: 4

Forks: 3

Open Issues: 1

Language:HTML

Type:magento2-module

1.0.4 2023-09-02 11:27 UTC

This package is auto-updated.

Last update: 2024-03-31 12:50:29 UTC


README

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:

  • Magento 2.3.6 Open Source
  • Magento 2.3.7 Open Source
  • Magento 2.4.2 Open Source
  • Magento 2.4.3 Open Source

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