datatable datatables_length set width code example
Example 1: columndefs in datatable not working while setting width jquery
autoWidth: false
Example 2: datatable column width
columnDefs: [
{ width: 200, targets: 0 }
],
autoWidth: false
columnDefs: [
{ width: 200, targets: 0 }
],