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