Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yahyaahrika/c904eb30d6a1a918a87da50af677fba5 to your computer and use it in GitHub Desktop.
Save yahyaahrika/c904eb30d6a1a918a87da50af677fba5 to your computer and use it in GitHub Desktop.
datatables error ajax session destroy or other stauff
$.fn.dataTable.ext.errMode = function (settings, helpPage, message) {
if (settings.iDrawError == -1) {
document.location.reload();
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment