Jquery Tabs: yui data table sizing issue inside hidden tabs

Jquery Tabs: yui data table sizing issue inside hidden tabs


I have a yui data table which I am showing inside the Jquery ui tab.
If yui data table is inside the first (selected) tab then it renders
correctly. But if it is inside any other tab except the first, YUI
data table's columns get chopped off.
I am already using
.ui-tabs-hide {
position: absolute;
left: -10000px;
}
Any other solutions?
( Note: I am slowly migrating from existing YUI code on my site to
jquery.)