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

totalItems() and totalPages() always return undefined and 1 #82

Closed cjm27 closed 6 years ago

cjm27 commented 6 years ago

After a bit of trial and error I was able to get Pagination to work as intended perfectly, except that I cannot use .totalPages() or .totalItems() to set my data table footer correctly.

.totalItems() always return undefined and .totalPages() always return 1

Kurounin commented 6 years ago

How are you calling .totalItems() ? Can you post your helper function and the template code?