Looking for nice Javascript/jQuery code for displaying large tables

Posted by misha-moroshko on Stack Overflow See other posts from Stack Overflow or by misha-moroshko
Published on 2010-04-22T15:29:31Z Indexed on 2010/04/22 15:33 UTC
Read the original article Hit count: 162

Filed under:
|
|
|

I have an HTML table which may contain thousands of rows (number of columns is not a problem here).

I would like to be able to browse this table easily and be able to do the following:

  • Decide how many rows will be presented
  • Jump to the next/previous X number of rows
  • Scroll the table using the scroll bars to any desired line
  • Be able to customize/extend easily this Javascript/jQuery code

Has anyone seen something similar ?

Thank you very much !

© Stack Overflow or respective owner

Related posts about html

Related posts about JavaScript