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

https://creativestyle.atlassian.net/wiki/spaces/MGS/pages/1999863822

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