javascripthtmlcssscrollfixed-header-tables

Scroll inside a table (Fixed Header) Javascript


I am doing a color-map table, but I have a lot of columns and rows (so many cells...) I need to do an scroll inside the table similar to Excel tables. Do you have any idea for beginning my code?


Solution

  • I would suggest you to try javascript library Datatables

    https://datatables.net/manual/installation

    This library contains virtual rendering plug-in named scroller.

    This is how it should look like:

    this is how it should look like