I know it's been discussed here before so i went over all the answers first but still have some problems.
I have a table with a comments column with much more text then the others....i want to set fixed size to all the columns and only for the comments column to set a different size - or just to break line - don't know yet what is the best way... hope you can help me.
I didn't manage to get this code to work :
bAutoWidth: false ,
"aoColumnDefs": [
{ "sWidth": "20%", "aTargets": [ 0 ] },
{ "sWidth": "5%", "aTargets": [ 1 ] },
{ "sWidth": "10%", "aTargets": [ 2 ] },
{ "sWidth": "5%", "aTargets": [ 3 ] },
{ "sWidth": "40%", "aTargets": [ 4 ] },
{ "sWidth": "5%", "aTargets": [ 5 ] },
{ "sWidth": "15%", "aTargets": [ 6 ] }
],
Here is a sample of the project ( in production there are more columns with much more text) Plunker