| Page 1 of 1 | [ 2 posts ] |
|
The project I'm currently working on uses the Yahoo User Interface Library. The YUI datatable was used to display records stored in a database. I tried switching it from the datatable to ScrollingDataTable in order to add a vertical scrolling feature. It worked out well in firefox but when I checked on IE6, the cell widths and the table column header widths were different. After doing some looking up I just tried adding:
Code: YAHOO.widget.DataTable._bStylesheetFallback = !!YAHOO.env.ua.ie; but the outcome was still the same. Why does this happen? Is there a way to fix it? P. S. -
|
|
It's tough to say without seeing your code. If you are trying to switch from a DataTable to a ScrollingDataTable at runtime, that may be the cause of your problem. It is recommended that you call the ScrollingDataTable constructor directly.
If you still see a problem, please post a link to a reproducible case so we can troubleshoot the issue. Cheers, jenny |
| Page 1 of 1 | [ 2 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group