Custom column width is not applied to the table
Custom column width is not applied to the table
Hello.
I really like DataTables, but i can't get through the custom columns width.
In my application i used very wide table (about 20 columns), i set up autoWidth to false, set up columnDefs: [{ width: "200px", targets: '_all'}], but it's still has no effect.
I've created simple example here:
http://live.datatables.net/yewivaxo/1/edit
autoWidth: false, columnDefs set width 200px for all columns.
As from manual it's enough, but it's still sizing columns automatically.
How to set manual width?
Thanks in advance.