Please help me to disable the sortorder of Metronic Admin Theme. Or just maybe disable sortorder until user click on the sortorder icon.
I follow this, but somehow, it's not working with me too.
I already change the code from columnDefs (from assets/pages/scripts/table-datatables-managed.min.js) into:
columnDefs: [{
orderable: false,
targets: [0]
},
But it's not working. The icon sort always activate when I refresh page. But when I change language from this file, it's working. I already do the same in /assets/global/scripts/datatable.js but it's not work too.
Please help.