Problem with fixed column, scrollingX and long words
Problem with fixed column, scrollingX and long words
Hello,
First of all, this is a really cool project. Well done! I got a problem with the current version of DataTables. I got a table with a lot of rows and columns to display. While scrolling in horizontal, I'd like to fix the first column. I found enough examples, this is working. Next problem was, that I got a few words in the first column. I do not want to have the cellcontent wraped, so i just used the trick written at the forum to insert a span element with css to avoid the wrap. This has been working as well. Now I got a new problem:
https://jsfiddle.net/MaRlik/zd7h731n/4/
Just open the jsfiddle, look at it and click on the first column to change the sorting. The fixed size of the first column (fixed) is not changing its width to display the new data. The second column is now behind the fixed column at the start.
I tried a lot but didn't make it to resize this column. Anybody got another idea or an anything else to fix this?
Thx in advance