Skip to content

Instantly share code, notes, and snippets.

@astorm
Created July 6, 2016 17:22
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 astorm/733b6cfbf540ec1415bff544637e62c7 to your computer and use it in GitHub Desktop.
Save astorm/733b6cfbf540ec1415bff544637e62c7 to your computer and use it in GitHub Desktop.
//app/code/[YourNamespace]/Commercebug/view/base/web/js/commercebug.js
//replace this
//$('#commercebug-tab-content .pulsestorm-data-table').DataTable();
//with this
$('#commercebug-tab-content .pulsestorm-data-table').DataTable({
"aaSorting": []
});
//and you'll disable the deftault sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment