Column gets 'squeezed ' since 1.9.1
Column gets 'squeezed ' since 1.9.1
hozt
Posts: 45Questions: 0Answers: 0
Hello,
I just updated my plugins and datatables, and there's a column on my table getting squeezed for no particularly reason, as it is exactly like all the other columns, and it isn't even the last column.
Runned the DataTables debugger.
Here: http://debug.datatables.net/erofiz
This is crucial for my current project, my before-last column is not in the correct size, and it is a serious problem, I have auto width, but I also specified a big width for that column and it gets ignored, this wasn't happening in 1.9.0, the table would just increase horizontally.
I just updated my plugins and datatables, and there's a column on my table getting squeezed for no particularly reason, as it is exactly like all the other columns, and it isn't even the last column.
Runned the DataTables debugger.
Here: http://debug.datatables.net/erofiz
This is crucial for my current project, my before-last column is not in the correct size, and it is a serious problem, I have auto width, but I also specified a big width for that column and it gets ignored, this wasn't happening in 1.9.0, the table would just increase horizontally.
This discussion has been closed.
Replies
Allan
But I can send you a PM of what it looks like (Just did), can also send you a zipped preview of the page I guess if you want.
Another thing allan, I took the time today since I was updating DataTables to test our your ColVis p lugin.
There's a bug in it, explained it in the PM.
Is this something you could look up into?
I've momentarily went back for 1.9.0 and it's OK, but just to test it if worked.
Even if I stayed in 1.9.0, I know I will need to fix a bug or add new features in the future and this might occur again.
Thanks in advance for any help.
Allan
Columns will break with dashes, explains why.
Related Real Bug:
ColVis Plugin
Removing all columns, or nearly all columns. When clicking restore, the proper width's are not given and the column date breaks on the dashes when there's lots of space, because a '10px' column after restoring is now a 200px column.
EDIT:
Even with the sWidth value (which I have) for instance set to 6px on a column for a checkbox only. After removing and restoring the columns with ColVis, the checkbox eats up like 200px.