浏览代码

Server side paginations uses this.options.searchText, fixes #617

Geert Lorang 10 年之前
父节点
当前提交
29e69c09a6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/bootstrap-table.js

+ 1 - 0
src/bootstrap-table.js

@@ -1076,6 +1076,7 @@
             return;
         }
         this.searchText = text;
+        this.options.searchText = text;
 
         this.options.pageNumber = 1;
         this.initSearch();