alethes / meteor-pages

Meteor pagination

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

router: "iron-router" haults functioning of pagination

ignivarishabh opened this issue · comments

allBadges = new Meteor.Pagination(Badges, {
itemTemplate: "viewAllBadges",
// router: "iron-router",
route: "/admin/badges/viewBadges/allbadges",
routerTemplate: "allBadgesPaginated",
templateName: 'allBadgesPaginated',
table: {
fields: ['Badge Name', 'Badge Icon', 'Price', 'Action'],
class:'table table-hover'
}

});

If i uncomment router: "iron-router" pagination doesnt work please let me know where i am wrong!!!