semantic-ui sortable table 未排序

semantic-ui sortable table not getting sorted

我正在使用 semantic-ui 1.8.1

我创建了一个 sortable table,如 http://semantic-ui.com/collections/table.html#sortable

中所述

然而,当我单击 table 列 headers 时,table 没有得到排序。

我已经包含文件

我也能够在 jsfiddle 上重现这个。 link 是 http://jsfiddle.net/4woemsjt/5/

尽管我已经包含了文件 tablesort.js 并且还在 table

上指定了 class "ui sortable celled table"

我是不是漏掉了什么?

只需添加此 javascript 调用

$('.sortable.table').tablesort();