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 !