请参阅此页面: http: //live.datatables.net/fadoteba/1/
我遇到的问题是,当我有这样的标题时:
<thead>
<tr style="background-color: #99b3ff">
<th align="left" colspan="13">
somelongnamehere-dsadsadsadsadsadsa<br />
Total LPARs: 9<br />
Planned LPARs: 0<br>
<br>
Free memory: 286 GB (excl planned lpars)<br />
Total vCPU (incl planned): 21
</th>
</tr>
<tr>
<th width="100">Customer</th>
<th>Frame</th>
<th>LPAR</th>
<th>CPU<br>Virtual</th>
<th>Cluster</th>
<th>Bubble</th>
<th>ProcPool</th>
<th>Mem (GB)</th>
<th>Add<br>Mem (GB)</th>
<th>Total<br>Mem (GB)</th>
<th>Mem<br>overhead (GB)</th>
<th>AME</th>
<th>ReqID</th>
</tr>
</thead>
它搞砸了固定头的对齐方式,当我<tr>
用 th 和 colspan 删除第一个时,它的工作方式应该正常(也在示例中向下滚动以查看此内容)。我该怎么做才能解决这个问题,或者我做错了什么?