jQuery tablesorter 仅对某些行/列进行排序
我有一个表,其中一些行具有“父”类,有些行具有“子”类。 “子”行始终显示在“父”行下方,您可以切换其可见性。我想要做的是使用 tablesorter 根据“上次编辑日期”列对仅父行进行排序,现在子级的“上次编辑日期”列也正在排序并弄乱了订购。
I have a table where some rows have a class of "parent" and some have a class of "child". The "child" rows always appear under the "parent" and you can toggle their visibility. What I want to do is use tablesorter to sort only the parent rows based on their "Last Edit Date" column, right now the childrens' "Last Edit Date" column is getting sorted too and messing up the ordering.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此处类似问题的答案:
获取 jQuery tablesorter使用隐藏/分组表行
答案提供以下链接:
http://www.pengoworks.com/workshop/jquery/tablesorter/tablesorter.htm
See the answer to a similar question here:
Getting jQuery tablesorter to work with hidden/grouped table rows
The answer provides the following link:
http://www.pengoworks.com/workshop/jquery/tablesorter/tablesorter.htm