I'm working on a version of CellTable that has fixed headers and a scrollable content area. It may not make it into GWT 2.3, but it should be checked into trunk before long.
Thanks, John LaBanca [email protected] On Sat, Mar 19, 2011 at 11:03 AM, marc.e <[email protected]> wrote: > > I do not know but I can say that a resizable grid contol with fixed > header and scrollbars seems strangely missing from gwt unless you go > to 3rd party products or the incubator lab area. > > I will watch the answers to your question, thanks for asking. > > > On Mar 18, 7:09 am, Jerome Thoma <[email protected]> wrote: > > Hi everyone, > > I am just wondering how you are supposed to use a CellTable in a > resizable > > container from a user experience point of view. What would be desirable > (in > > my opinion) would be either > > - one large scrollable list of entries that has a fixed header (i.e. not > > disappearing when scrolling) > > - a table with paging without scrollbars. There should be exactly as many > > entries visible as fit into the available space. When resizing the > browser > > window the number of visible rows should be recalculated. > > What I ended up with so far is a mix of both that is not very satisfying: > > A table with either scrollbars (small window) or empty space (large > window) > > AND paging WITHOUT fixed headers. ;) > > Does anyone have an idea or experience in how to use this widget in a > > sensible way? > > For me it always feels a bit like wearing your older brother's clothes, > they > > look kind of ok but never really fit you... > > > > Have a nice weekend > > Jerome > > -- > 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. > > -- 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.
