I am having below complex/nested HTML Table (I am developing Asp.net mvc application) as,
Table where I want to freeze header (click to view)
I want to freeze the header for this table on scrolling.
As table contains odd even number of of columns in header and table body, I cant apply datatables on given column. I tried jquery code also but it didn't work.
Please suggest me how I can freeze this table header or is there any other way that I can use to implement this kind of table.
This kind of table is possible using Kendo grid ui?
Please suggest,
Thanks in Advance