Using cell table in GWT 2.1 I am looking for a way to define a fixed column size. Each column size depends on content and this is not convenient with long text as example. I create a subclass of TextCell to avoid this problem with long text but the idea if to define a fixed size for any columns. The idea is also to keep the same column size during scrolling even with a small or empty text on the displayed...
Something like setMaximumColumnWidth (or setPreferredColumnWidth) with ScrollTable (from incubator) was a cool method. I idea to reproduce a result like this ? -- 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=en.
