how to increase width of specific column in datatable code example
Example: datatable column width
columnDefs: [
{ width: 200, targets: 0 }
],
columnDefs: [
{ width: 200, targets: 0 }
],