1.7b3: fnUpdate calls _fnAjustColumnSizing when bAutoWidth is false
1.7b3: fnUpdate calls _fnAjustColumnSizing when bAutoWidth is false
keturn
Posts: 18Questions: 0Answers: 0
I was looking in to some unexpected column-resizing behaviour, and noticed that on initial load my columns do not have a width attribute in their style, and after fnUpdate they do.
I'm building the tables with bAutoWidth: false, and it looks like fnUpdate likes to call _fnAjustColumnSizing, with no regard to the autowidth feature.
I'm building the tables with bAutoWidth: false, and it looks like fnUpdate likes to call _fnAjustColumnSizing, with no regard to the autowidth feature.
This discussion has been closed.
Replies
Thanks for that. I'm working on reworking the algorithm used for this for the next beta anyway, so this will be useful to bare in mind.
Regards,
Allan
My apologies!