Browse Source

Merge pull request #1890 from glorang/master

Server side paginations uses this.options.searchText, fixes #617
wenzhixin 10 years ago
parent
commit
7a66b1e585
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bootstrap-table.js

+ 1 - 0
src/bootstrap-table.js

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