0

为什么在数据表的 HTML 中添加新列时搜索框会消失?我正在尝试将某些内容转换为 jquery 和数据表,但无法弄清楚如何在下载程序时获得的预先存在的设置中的数据之外添加新数据。该网站对如何添加新列不是很清楚......

http://datatables.net/examples/api/multi_filter.html

<div id="demo">
   <table cellpadding="0" cellspacing="0" border="0" class="display" id="example">
<thead>
    <tr>
        <th>Rendering engine</th>
        <th>Browser</th>
        <th>Platform(s)</th>
        <th>Engine version</th>
        <th>CSS grade</th>
        <th>new column</th>
    </tr>
</thead>
<tbody>
4

1 回答 1

0

是否可以加载包含所有列的整个表并隐藏某些列?那将是最有效的。

于 2013-10-29T15:11:50.583 回答