Dynamic HTML Table with Fixed Header and Fixed First column
css, datatables, fixed, header
Solution
Hi if are ready to built one of such i can help you with that.
check out the following fiddle for demo if it helps.Fiddle Demo
I have used jquery's `.scroll()` check if u can
Please tell me if it helps.
Problem
I am creating a html table dynamically and filling in its contents. After that I add the complete HTML to a 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 FixedHeader,datatable and fixedcolumn plugins but nothing seems to be working. Kindly help if I need some css or something else I am missing.