$('#table_selector').dataTable( { "autoWidth": false, //<-------- add this //give custom width "columns": [ { "width": "10%" }, } );