I have a table where I use the dataTables
plugin and in some columns (in several of them) have values that contain numbers + string. An example column:
Itshouldbesortingfromhighesttolowestwhenyouclick,butbyclickingonthecolumnitbringsmeliketheimageaboveandtherightonewouldbe:
246.0Mio169.0Mio131.0Mio109.0Mio...40.0Mio
Ihavethecode:
$('#datatable_noSearchNoPagination,#datatable_noSearchNoPagination2').dataTable({"searching": false,
'paging': false
});