Skip to content

Instantly share code, notes, and snippets.

@Vadorequest
Created May 20, 2014 14:12
Show Gist options
  • Save Vadorequest/b4ceb67b1e973ccd9459 to your computer and use it in GitHub Desktop.
Save Vadorequest/b4ceb67b1e973ccd9459 to your computer and use it in GitHub Desktop.
var datatable_default_options = {
// "paginationType": "bootstrap",
"pagingType": "simple"
// "sPaginationType": "bootstrap"
};
$(function(){
/**
* Add the attribute rel="noinit" to not initialize by default a table.
*/
$('.datatable:not([rel="noinit"])').dataTable(datatable_default_options);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment