dataTable 禁止排序

1 $("#id").DataTable({
2     "ordering": false, // 禁止排序
3 });
原文地址:https://www.cnblogs.com/cloudshadow/p/datatable_disabled_sort.html