Browse Source

sort after searching (#4832)

Dustin Utecht 5 years ago
parent
commit
87e7544e74
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/bootstrap-table.js

+ 2 - 0
src/bootstrap-table.js

@@ -887,6 +887,8 @@ class BootstrapTable {
         return false
       }) : this.data
     }
+
+    this.initSort()
   }
 
   initPagination () {