我有一个表,每个记录有3行,后面有一个空白行。我想在使用tablesorter插件进行排序时将这4行视为单行。请帮忙!!!
答案 0 :(得分:4)
实际上,mod of tablesorter已添加到tablesorter v2.0.5。我在我的博客上记录了how to use the ccsChildRow
option。
此外,如果您有兴趣,我fork of tablesorter github有很多增强功能和有用的小部件:)
答案 1 :(得分:1)
对于v2.4及更高版本,有一个新的css类名要使用。只需将“tablesorter-childRow”类添加到子行即可。有关详细示例,请参阅here。
答案 2 :(得分:0)
stackoverflow上有另一个答案可能会提供您正在寻找的内容。它显示了tablesorter的扩展,允许您对行进行分组。
Getting jQuery tablesorter to work with hidden/grouped table rows