📅  最后修改于: 2022-03-11 15:02:03.100000             🧑  作者: Mango
代码示例6
$('#table_selector').dataTable( {
"autoWidth": false, //<-------- add this
//give custom width
"columns": [
{ "width": "10%" },
} );