Currently I use l-lin/angular-datatables and the col resize plugin in order the user resize width columns. But still I need no wrap content when first load the table so the columns on first load must be the maximum width without any break lines in the content of any of the visible cells in that column.
Do you know a property or plugin for this?
Very important: I know the CSS config property nowrap for datatables but the problem is when I use it I cant resize with colresize plugin I need the user can reduce width of columns but this property do not allow because no wrap CSS only allow increase the width of columns but no decrease.
I thought it would be necessary create a angularjs directive for setting the white-space property : nowrap of CSS on firts load.
Thanks in advance