I have tried many ways of disabling sorting on the first column. I have not been able to achieve it.
I have been able to disable all columns beside the first column using:
'columnDefs': [ {
'targets': [],
'orderable': false, // set orderable false for selected columns
}]
Can anyone help me, please?