ソースを参照

Merge pull request #6317 from wenzhixin/fix/5549

Added missing sort for customSearch functions
文翼 3 年 前
コミット
da7b43013a
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/bootstrap-table.js

+ 2 - 0
src/bootstrap-table.js

@@ -965,6 +965,8 @@ class BootstrapTable {
         if (this.options.sortReset) {
           this.unsortedData = [...this.data]
         }
+
+        this.initSort()
         return
       }