1

我有以下结构:

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

我想修复标题。

我得到了许多链接,但是所有链接都在结构中,因为我是 C# 中的表控件,因此无法控制结构,而且我无法动态重写 html 标记(不允许)。

现在我可以轻松地用样式修复 tableheaderrow

position : fixed

但是表格包含滚动条,因此标题位于面板之外。

任何建议将不胜感激。

4

0 回答 0