meteor-pagination
meteor-pagination copied to clipboard
Paginate cursors with this magical package of wonder.
I had to manually install the package by placing the Pagination javascript file in my /lib directory, and it works but when I use the 'bootstrap' styles, the current page...
Wanted to know if you had an example using iron-router or a simple code snippet?
Hi, stuck with error: `Exception from Deps recompute function: ReferenceError: Pagination is not defined` pls, help!
I am limiting my collection to 500 records, but when I use: ``` Meteor.subscribe('jobs', function onReady(){ Session.set('jobsLoaded', true); }); Template[templateName].helpers({ selected: function(){ return Session.get('perPage'); }, jobsReady: function() { return Session.equals('jobsLoaded',...