DataTable不排序数字数据集

时间:2014-11-28 10:27:31

标签: sorting jquery-datatables

enter image description here

在唯一列下对数字进行排序是不正确的,当有相同的数字时,它会完美地排序数字但是当出现不同的数字时,排序是不正确的(排序为字符串)。

$('.table').dataTable({ 
   "searching": false 
}); 

$($('#DataTables_Table_0_wrapper .row')[0]).hide();

0 个答案:

没有答案