set width table data code example
Example: data table column width
$('#example').dataTable({
"columnDefs": [
{ "width": "20%", "targets": 0 }
]}
);
$('#example').dataTable({
"columnDefs": [
{ "width": "20%", "targets": 0 }
]}
);