Yes, I have done this in some cases. You can do this with the methods from AbstractColumnDefinition<http://collectionofdemos.appspot.com/javadoc/com/google/gwt/gen2/table/client/AbstractColumnDefinition.html>
<http://collectionofdemos.appspot.com/javadoc/com/google/gwt/gen2/table/client/AbstractColumnDefinition.html> setMinimumColumnWidth() setMaximumColumnWidth() It seems to work ok. If your columns span past the visible area, you end up getting a horizontal scrollbar which is expected. Also you can force the width to whatever the maximum entry width is if you setTruncatable(false) On Mon, Nov 16, 2009 at 3:02 PM, Dazza <[email protected]> wrote: > On Nov 16, 3:27 pm, Davis Ford <[email protected]> wrote: > > Hi, here's a blog post I made that shows how I'm using the widget. It > may > > help if you are still looking for a solution. > > > > http://zenoconsulting.wikidot.com/blog:17 > > > > <http://zenoconsulting.wikidot.com/blog:17>Regards, > > Davis > > > > Very nice article. Have you tried adding fixed columns to > PagingScrollTable? > > -- > > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=. > > > -- Zeno Consulting, Inc. home: http://www.zenoconsulting.biz blog: http://zenoconsulting.wikidot.com p: 248.894.4922 f: 313.884.2977 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=.
