java - How to add pagination to data fetched from database in jsp -


i have jsp page diplays huge data in table format in jsp ..i want add pagination default 20 entries displayed in page , click next other details..please send me best links pagination

  • you can use param maintain current slot of data example pageno=1 , should fetch 1-20, pageno=2 should fetch 20-40. , fetch data when required.

  • there many such view available. 1 of displaytag.

  • also there pagesorter jquery plugin


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -