发布于 2018-12-07 21:43:25
将类无排序类添加到th
我查看了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)');https://stackoverflow.com/questions/53579427
复制相似问题