1

I have the following structure:

<div>
<table>  
<tbody>
<tr> 
<th>1</th> 
<!--and some columns-->  
</tr>
<!--some datarows-->
<tr>
<td></td> <!--a lot of columns-->
</tr>
</tbody>
<table>
</div>

I want to fix the header.

I got number of links but all they having thead in structure as I am table control in C# can't have control over the structure and also I cannot re-write html markup dynamically (not allowed).

Now I can easily fix the tableheaderrow with style

position : fixed

But table contains scroll bars so the header comes outside the panel.

Any suggestion will be highly appreciated.

E_net4
  • 27,810
  • 13
  • 101
  • 139
Md. Parvez Alam
  • 4,326
  • 5
  • 48
  • 108

0 Answers0