Dynamic HTML table with fixed header and fixed first column

I dynamically create an html table and populate its contents. After that, I add the full HTML to the div already on my aspx page. I want to fix the header of the dynamic table and its first column. So far I have tried the FixedHeader plugin, datatable and fixedcolumn, but nothing works.

Please help if I need css or something else that I am missing.

+5
css jquery-datatables header fixed
source share
1 answer

Hi, if you are ready to build one of these, I can help you.

check out the following script for a demo if this helps. Screenshot

I used jquery .scroll() if u can

Please tell me if this helps.

+5
source share

All Articles