Pagination
https://github.com/magesuite/pagination
This module display input instead of button pagination for specific pages defined in the admin panel.
Â
Installation
This module is a part of MageSuite metapackage
composer require "creativestyle/magesuite-pagination" ^1.0.0
User manual
Admin settings
Pagination with input can be set in Stores -> configuration -> Magesuite -> Pagination
Input switcher will be used for specified pages. Please provide them in the format: {module}_{controller}_{action}
Â
Frontend
Instead of buttons with page numbers in Magesuite pagination there is an input where desired page number can be inserted.
Â
https://github.com/magesuite/pagination/tree/1.x/view/frontend/templates template is overridden in order to add new functionality.
Backend
TODO - BE documentation and review of documentation is needed