I am generating a DT from existing HTML markup. All columns have the same width although autoWidth: true
is set. The DataTable() constructor does not contain any column specific width specs for the columns.
So how can I shrink the table width to its minimal width?