使用tablesorter:http://mottie.github.io/tablesorter/docs/index.html#Introduction
使用此示例:http://jsfiddle.net/w1e2x6cz/1/
如何排除选择过滤器中第一个主体行中的所有值?
例如,我的第一个选择过滤器包含以下值:
我只想要:
谢谢大家。
答案 0 :(得分:0)
要忽略“Total”行,您需要在选项中修改该info-only tbody的“tablesorter-no-sort”类名:
cssInfoBlock : "tablesorter-no-sort"
这是working demo。