📜  数据表中的可订购 false - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:11.346000             🧑  作者: Mango

代码示例2
$('#example').DataTable( {
  columnDefs: [
    { orderable: false, targets: 0 }
  ]
} );

reference: 
https://datatables.net/reference/option/columns.orderable