gpt4 book ai didi

jQuery 表格排序器

转载 作者:行者123 更新时间:2023-12-01 07:20:29 26 4
gpt4 key购买 nike

是否可以仅使用 jQuery 表排序器隐藏某些列的过滤器?前三列不需要过滤器(它们只会使表格更长)。

<table id="userTable"  class="table-sorter table table-striped table-bordered">
<thead>
<tr>
<th>
<input type="checkbox" /></th>
<th></th>
<th></th>
<th></th>
<th>Login
</th>
<th>Email
</th>
<th>Company
</th>
<th>LastName
</th>
<th>FirstName
</th>
<th>ZipCode
</th>
<th>City
</th>
<th class="filter-select" data-placeholder="Select">Country
</th>
</tr>
</thead>

谢谢

最佳答案

我不记得 jQuery 有原生的 tablesorter 插件,所以我认为你使用的是这个:http://tablesorter.com/docs/

如果你往下看配置选项的话。您将看到“headers”可用于通过传递选项手动禁用 header 排序: { 0: { sorter: false}, 1: {sorter: false} } 这将禁用第一个 header 的排序2 列。

只要读完该文档,您就应该明白了。

关于jQuery 表格排序器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14338861/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com