语义 UI 可排序 Table 排除列

Semantic UI Sortable Table Exclude Column

语义UI可排序Table,它们是否class/tag我可以排除一些可排序的列。

例如应该禁用排序的操作按钮列。

Semantic UI Tables

请指教,谢谢

将 class no-sort class 添加到第

我在

看了javascript

https://semantic-ui.com/javascript/library/tablesort.js

并看到了这条线

this.$sortCells = this.$thead.length > 0 ? this.$thead.find('th:not(.no-sort)') : this.$table.find('th:not(.no-sort)');