如何防止jquery tablesort中的嵌套表交替颜色

发布于 2024-10-09 09:56:13 字数 116 浏览 4 评论 0原文

我创建了一个表,并且正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

大海や 2024-10-16 09:56:13

您可以尝试在 jQuery Tablesorter 中使用 update 命令(如果您实际上正在使用 this< /a> 插件)。

//this refreshes the plugin 
// and is useful for dynamic tables
$("table").trigger('update');

You could try using the update command in the jQuery Tablesorter (if you're in fact using this plugin).

//this refreshes the plugin 
// and is useful for dynamic tables
$("table").trigger('update');
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文