TimHeckel / meteor-paginator

Simple data pagination with Meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A way to update the pagination when the collection is updated

ludvigsen opened this issue · comments

I have a collection that I am filtering based on some different parameters, but the getTotalRecords function is only called on page rendered so it is not possible for me to pass them to the function.

Is there a way to force a refresh of the pagination?