column resizing on hidden tabs broken again
column resizing on hidden tabs broken again
dnagirl
Posts: 36Questions: 2Answers: 0
A while back, if a dataTable was instantiated in an *inactive* jQueryUI tab, the column sizes would not be set when the tab was activated, leading to a dataTable with all the columns squished over on the left. Allen worked his magic and the issue went away.
In preparing for jQueryUI v1.11 as suggested in their upgrade guide (http://jqueryui.com/upgrade-guide/1.10/#preparing-for-jquery-ui-1-11), I discovered that the column resizing problem may recur. Here are the relevant parts of my devsite header which can reproduce the problem with any dataTable inside an inactive tab:
[code]
$.uiBackCompat = false;<!-- true or false has no effect on column sizing-->
[/code]
I've created a jsFiddle here: http://jsfiddle.net/jeBbL/2/ Any advice on how to fix the issue?
In preparing for jQueryUI v1.11 as suggested in their upgrade guide (http://jqueryui.com/upgrade-guide/1.10/#preparing-for-jquery-ui-1-11), I discovered that the column resizing problem may recur. Here are the relevant parts of my devsite header which can reproduce the problem with any dataTable inside an inactive tab:
[code]
$.uiBackCompat = false;<!-- true or false has no effect on column sizing-->
[/code]
I've created a jsFiddle here: http://jsfiddle.net/jeBbL/2/ Any advice on how to fix the issue?
This discussion has been closed.
Replies