I have some tabs in YUI3 Tabview. Each tab contains a couple of YUI3 Scrollable Datatables. The datatables are created but are not rendered. All I can see is a part of 1st column of each datatable.
Howeveer, if I resize the browser window, I can see the tables rendered. I suspect that I have to somehow re-render the tables each time I switch to a different tab. How can I do this?
The datatables are created independent of Tabs/Tabview.
Any help would be greatly appreciated.