I'm using admin theme whichone created by some guy and it orders all dada by second column in my dataTables. I tried to change datatable jquery file, but nothin happened. He uses different initialization to call it..
jQuery(document).ready(function() {
App.init(); // initlayout and core plugins
TableAdvanced.init();
});
And I don't know what to change to disable ordering or make it order by first column.. This is the theme: http://keenthemes.com/preview/metronic_admin/table_advanced.html Maybe someone know a answer?