Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created November 23, 2016 07:10
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/60bd247234332b645cca00451f852485 to your computer and use it in GitHub Desktop.
Save goofmint/60bd247234332b645cca00451f852485 to your computer and use it in GitHub Desktop.
6.md
'#paging change': function(context, $el) {
context.event.preventDefault();
this._dataSearcher.setPageSize(parseInt($el.val()));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment