how to set datatable column height and width in jquery code example
Example: datatable column width
columnDefs: [
{ width: 200, targets: 0 }
],
columnDefs: [
{ width: 200, targets: 0 }
],