Skip to content

Commit

Permalink
Merge pull request #1890 from glorang/master
Browse files Browse the repository at this point in the history
Server side paginations uses this.options.searchText, fixes #617
  • Loading branch information
wenzhixin committed Jan 15, 2016
2 parents 48a4076 + 29e69c0 commit 7a66b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,7 @@
return;
}
this.searchText = text;
this.options.searchText = text;

this.options.pageNumber = 1;
this.initSearch();
Expand Down

0 comments on commit 7a66b1e

Please sign in to comment.