Tablesorter:使用小部件过滤器时如何排除行

Tablesorter: How to exclude row when use widget filter

使用表格分类器:http://mottie.github.io/tablesorter/docs/index.html#Introduction

以及这个例子:http://jsfiddle.net/w1e2x6cz/1/

我如何排除 select 过滤器中第一个正文行中的所有值?

例如,我的第一个 select 过滤器包含以下值:

我只想要 :

谢谢大家

要忽略 "Total" 行,您需要在选项中修改该仅信息 tbody 的 "tablesorter-no-sort" class 名称:

cssInfoBlock : "tablesorter-no-sort"

这里是working demo.