I've below html code of table exported from excel macro. Now I want to fix its headers while scrolling as there will be many rows in a table. Any way to do this.
I tried with position:fixed
for rows but it just mess-up table layout.
Any help please.
https://jsfiddle.net/samadhan10/8ya5rg7k/
I tried solution from here but the cell alignment is messed-up.