是否有人尝试过
DataTables,当我将它绑定(初始化)到< table>时,数据被排序.
反正是否禁用默认排序?
解决方法
根据DataTabe的
reference manual,这应该工作:
$('#example').dataTable({ "aaSorting": [] });
反正是否禁用默认排序?
$('#example').dataTable({ "aaSorting": [] });