Bart Gottschalk
Bart Gottschalk

Reputation: 174

Issue with Resizeable Columns in YUI2 DataTable Nested in YUI3 Tabview

I'm having an issue with resizing columns in a YUI2 DataTable when the table is nested inside a YUI3 Tabview.

My situation:

I'm able to see in firebug that the DataTables in the other tabs have the same innerHTML structure, classes, etc in the elements.

I'm happy to post code samples but I thought I'd just start with this basic question to see if anyone has ideas or suggestions for how I can debug this issue.

Any ideas and suggestions are welcome.

Bart

Upvotes: 0

Views: 722

Answers (1)

Jenny Donnelly
Jenny Donnelly

Reputation: 412

I'm not able to reproduce your problem locally. Can you post a repro case?

Here's what worked for me: http://gist.github.com/501137

jenny

Upvotes: 1

Related Questions