使用带有 emptyTo 的 JQuery tablesorter 正确排序空字段

Using JQuery tablesorter with emptyTo to properly sort empty fields

我一直在努力让 tablesorter emptyTo 参数正确排序空字段。我想要的是将所有空单元格保留在排序列的底部,我认为这是默认行为。

有关如何执行此操作的官方说明如下:https://mottie.github.io/tablesorter/docs/example-option-sort-empty.html

我相信我使用的代码与官方示例非常接近,但我就是无法使其工作。

这是我使用的代码:

$(function() 
{ 
    $("#myTable").tablesorter({
        sortList: [[1,1]],
         emptyTo: 'bottom'
                               }); 
}); 

排序顺序参数有效,table 按列排序 table,但我无法让空字段按照 emptyTo 参数指示的方式运行——我已经尝试了所有示例值。

这里有一个测试用例:http://shootredtanks.com/test/award_list.html

您在http://shootredtanks.com/test/award_list.html中使用的tablesorter版本较旧(2.0.5b),您需要升级到更高版本才能解决此问题。

使用最新版本 http://plnkr.co/edit/rRMWUb2Gj5niy01Ah3wL?p=info 的工作示例(使用您的版本无效)。

这个使用:

/*! TableSorter (FORK) v2.28.4 *//*
* Client-side table sorting with ease!
* @requires jQuery v1.2.6+