You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new Pager module will be an upgrade from the current implementation, "Paginator v1". The latter has limitations due to its design, such as only supporting post loops and somewhat fixed structure of frontend interface.
See discussion #58 for initial brainstorming of flexible pagination features.
Upgrade
Rewrite in TypeScript
Use React/Preact or vanilla JS for pager elements instead of jQuery
Use API module using fetch instead of AJAX module using jQuery.ajax
Features
Support any loop type
Support dynamic loading, for example, in page builder preview
Separate general-purpose functionality to Framework
The new Pager module will be an upgrade from the current implementation, "Paginator v1". The latter has limitations due to its design, such as only supporting post loops and somewhat fixed structure of frontend interface.
See discussion #58 for initial brainstorming of flexible pagination features.
Upgrade
fetch
instead of AJAX module usingjQuery.ajax
Features
Additionally:
The text was updated successfully, but these errors were encountered: