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.
ย
pagination/view/frontend/templates at 1.x ยท magesuite/pagination template is overridden in order to add new functionality.
Backend
TODO - BE documentation and review of documentation is needed