如何防止jquery tablesort中的嵌套表交替颜色
我创建了一个表,并且正在使用 jquery tablesorter。它在父表上排序完美,但是当我添加代码来折叠子表时,父表上的交替行颜色会变得混乱,并且子表会获得交替颜色。如何防止子表获得交替的行颜色并且只有父表交替?
I have a table that I created and I am using jquery tablesorter. It sorts perfectly on the parent tables but when I add in code to collapse the children tables the alternating row colors on the parent tables gets messed up and the children tables get alternating colors. How can I prevent the children tables from getting alternating row colors and have only the parent table be alternating?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试在 jQuery Tablesorter 中使用 update 命令(如果您实际上正在使用 this< /a> 插件)。
You could try using the update command in the jQuery Tablesorter (if you're in fact using this plugin).