答案 0 :(得分:1)
我在tr
标记中添加了第二个thead
标记id="th-buttons"
<thead>
<tr style="background-color: #99b3ff">
<th id="th-buttons" class="dt-buttons table-header-buttons" colspan="6" rowspan="1"></th>
</tr>
<tr>
<th></th>
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Age</th>
<th>Salary</th>
</tr>
</thead>
然后在我的JS中,我使用buttons使用新的构造函数启动了direct insertion。
您可以在此处查看演示:http://codepen.io/sshel/pen/xqmQqM