【发布时间】:2022-03-28 06:28:38
【问题描述】:
我有一个表包含两个标题行Demo。
<thead>
<tr>
<th colspan="4"><big>Variable Details</big></th>
</tr>
<tr>
<th>Variable Name</th>
<th>Starting Value</th>
<th>Default Value</th>
<th>Description</th>
</tr>
</thead>
我想冻结前两个标题行(表格的标题部分)。任何想法。
【问题讨论】:
-
我在您的演示中没有看到任何未冻结的内容。
-
“冻结”是什么意思?
-
我的意思是前 2 个标题行是固定的,其余行是可滚动的。
标签: javascript jquery html css