gpt4 book ai didi

jquery - jQuery 中的 HTML 表格排序

转载 作者:行者123 更新时间:2023-11-30 23:51:58 24 4
gpt4 key购买 nike

我有简单的 HTML 表,我需要在 jQuery 中的每一列上添加排序和分组。

<table cellspacing='0'>
<thead>
<tr>
<th>Task Details</th>
<th>Progress</th>
<th>Vital Task</th>
</tr>
</thead>
<tbody>
<tr>
<td>Create pretty table design</td>
<td>100%</td>
<td>Yes</td>
</tr>

</tbody>

最佳答案

有多种插件可以使用 jQuery 执行此操作。最知名的是 jQuery tablesorter:

http://tablesorter.com/docs/

这里有很多这样的插件,选择你最喜欢的一个:

http://www.tripwiremagazine.com/2013/06/jquery-filter-sort-plugins.html

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

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