在Tablesorter中设置降序表排序顺序

时间:2017-08-30 22:57:59

标签: jquery html tablesorter

我无法弄清楚如何制作它,以便当用户第一次按降序排序而不是升序时点击标题,而不是用户必须单击两次才能按降序排序。

$('#my_table').tablesorter(
    {
        //code to sort descending order first
    });

1 个答案:

答案 0 :(得分:1)

来自docs

<link href="https://fonts.googleapis.com/css?family=Give+You+Glory" rel="stylesheet"> <div class="decorator">Level 17</div>将有效。

你应该能够像这样使用

sortInitialOrder