By using jQuery DataTables , we can indicate the desired sort order :
$('#example').dataTable( {
"aoColumnDefs": [
{ "sType": "numeric", "aTargets": [ 0 ] }
]
});
But if HTML is present, hidden or not, the sort order of numeric...
asked by
20.12.2014 / 18:26