sevendays
unread,Dec 31, 2010, 8:00:10 AM12/31/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I can't get the width of the first column in my CellBrowser to work properly. The first column displays too narrowly, All other columns work fine. I use the following code:
browser = new CellBrowser(model, null);
browser.setMinimumColumnWidth(440);
browser.setDefaultColumnWidth(440);
I have checked the generated HTML and the first column is generated with a width of 200px. The other columns are generated with a width of 440, as per the values defined in GWT.
Any idea what's up with this?