📅  最后修改于: 2022-03-11 15:03:11.885000             🧑  作者: Mango
$('#id-of-my-table').DataTable({
"columnDefs": [
{ "orderable": false, "targets": [0, 4, 5, 6] },
{ "orderable": true, "targets": [1, 2, 3] }
]
});