Kurounin / Pagination

This package allows you to paginate the subscriptions over meteor's collections. It can be used in a Blaze template or in ReactJS.
MIT License
56 stars 22 forks source link

How to programmatically got to the next page? #94

Closed carlosalvidrez closed 5 years ago

carlosalvidrez commented 5 years ago

Hi, I wonder if there is a way to programmatically get the next page (or the previous)... without having to consult the current page, the total number of pages, and adding "1" to the current one.

Thanks

Kurounin commented 5 years ago

Hi,

There's currently no helper method which does that programmatically.