I am using Datatables for Sorting the ID column.
ID
MPT123
RST789
AZE190
How can I sort this based on Numeric Values I tried by doing
"columnDefs": [{
targets: "datatable-nosort",
orderable: false,
bsort: false,
sType: "numeric"
}]
But this didn't worked.