I am unable to get a table narrower than the page width.
My CSS styles are applied correctly, and I put
"bAutoWith": false
in
DataTables JavaScript Features -> Custom Commands
The column width are changed proportionally to the column width
.wp-table-reloaded-id-3 .column-1 {
width: 30px;
}
.wp-table-reloaded-id-3 .column-2 {
width: 70px;
}
But I am unable to make the whole table narrower.
I searched the web about this and have not found a solution working in my case.