Skip to content

Instantly share code, notes, and snippets.

@frank184
Created September 21, 2016 23:57
Show Gist options
  • Save frank184/e68872488989826a53555780d9a5214c to your computer and use it in GitHub Desktop.
Save frank184/e68872488989826a53555780d9a5214c to your computer and use it in GitHub Desktop.
Extending JQuery.DataTable
$.fn.dataTableExt.oApi.reload = function(options) {
this.fnFilter(options['search'])
this.fnPageChange(options['page'])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment