浏览代码

sort after searching (#4832)

Dustin Utecht 5 年之前
父节点
当前提交
87e7544e74
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 () {