0

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

Ruchita
  • 23
  • 1
  • 9

1 Answers1

0

I hope one of these following would help on your requirements.

How to stick table header(thead) on top while scrolling down the table rows with fixed header(navbar) in bootstrap?

CSS-Only Sticky Table Headers In Chrome

Thanks.

Muthu
  • 808
  • 1
  • 9
  • 23