我正在使用一个称为jQueryDataTables插件:

http://www.datatables.net/

该插件不支持tbody中的rowpan

<tr class="colorrow">
    <td id="greater" rowspan="3">TMMS</td>
    <td>Case Volume</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>1</td>
    <td>1</td>
</tr>

还有其他解决方案吗?

最佳答案

http://datatables.net/plug-ins/api#fnFakeRowspan

关于jquery - jQuery插件数据表:using rowspan in tbody causes wrong,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/6971461/

10-12 12:38
查看更多