Is there any prefect suggestion for data pagination?
I do not want use pure client side(for example,the jquery pagination plugin):
Pull all the data,and paging them in the client(this is simple,but cost time to load).
Any alternative?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’d say that depends on your server-side. If you’re developing with Rails there is a nice gem for pagination: will_paginate ( https://github.com/mislav/will_paginate/wiki/installation ) with some Railscasts available: http://railscasts.com/episodes?utf8=%E2%9C%93&search=will_paginate