向数据表添加新列时,搜索会消失

时间:2013-10-29 15:07:19

标签: javascript jquery html search datatables

为什么在数据表的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>

1 个答案:

答案 0 :(得分:0)

是否可以使用所有列加载整个表并隐藏某些列?这将是最有效的。