I am having a jsp which is listing more than 50 records. I would like to have a page pagination to the table. I have been advised with javascript. So, how can I do that in an easiest way?
Given you have access to server-side scripting (JSP), I would strongly recommend doing this server-side to start with, as you would have to build this anyway to support users who do not have JavaScript enabled.
Sure, you can add JavaScript pagination (perhaps with AJAX) on later, but you will still need the server-side infrastructure to deal with this.
Dan
Coedit Limited - Delivering standards compliant, accessible web solutions
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.