alethes / meteor-pages

Meteor pagination

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pagination for JSON data from rest Api call

niladri16 opened this issue · comments

Hi
I am not able to paginate data received from Rest Api call. If I am saving the json data to mongodb ,then I ma able to paginate those data. but if i am storing in client collection like we donot want to store data to db, in those cases pagination is not working , but all data are available in mini mongo

Can anybody help me on this?

Thanks