ソースを参照

Merge pull request #1890 from glorang/master

Server side paginations uses this.options.searchText, fixes #617
wenzhixin 10 年 前
コミット
7a66b1e585
1 ファイル変更1 行追加0 行削除
  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();