ソースを参照

Added missing sort for customSearch functions

Dustin Utecht 3 年 前
コミット
ce8d98227e
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
       }