datatable my issues: if setting scrollX = true, width does not follow my setting
// set wwidth column
columnDefs = [
{width: 170, targets: 0},
{width: 170, targets: 1},
];
This happens when the length of the text exceeds the width that I set for the column
How can i fix it?