radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 45 forks source link

request to use pagination and show page on list view? #40

Closed thearabbit closed 9 years ago

thearabbit commented 9 years ago

I have many of recoreds on list view. how to use pagination and show page option like datatable?

radiegtya commented 9 years ago

In realtime apps, pagination like on datatable are not good. (You can see the reason at discover meteor book) Load more style will be better.

thearabbit commented 9 years ago

thanks for your reply.

radiegtya commented 9 years ago

you r welcome, and hopes it clear