Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created September 21, 2016 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/8fcd8dd18f70d9d65c83af511d55d1d5 to your computer and use it in GitHub Desktop.
Save goofmint/8fcd8dd18f70d9d65c83af511d55d1d5 to your computer and use it in GitHub Desktop.
4.md
datagrid.util.delay(1000, this.own(function() {
this._gridController.search({});
// 以下を追加
var totalPages = this._dataSearcher.getTotalPages();
this.$find('#totalPages').text(totalPages);
this._updateCurrentPage();
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment