Browse Source

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

Geert Lorang 10 years ago
parent
commit
29e69c09a6
1 changed files with 1 additions and 0 deletions
  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();