I'm developing an expandable row for our website and it's an ugly mix of the celltable functionality and HMTL modifications ... I managed to make the expansion work with content showing/hiding but the columns don't line-up properly and I can't figure out how to display asynchronous content in the expansion ...
I hope that function will be done as planned and not delayed so I can't replace my ugly method! Thank you for your work anyways!! Chris. On Apr 20, 5:39 am, John LaBanca <[email protected]> wrote: > On Tue, Apr 19, 2011 at 2:04 PM, Jeff Larsen <[email protected]> wrote: > > John, can you elaborate what > > > - Expandable rows (really, a fully customizable table builder, probably > > post GWT 2.3) > > > means? > > > I'm currently working on adding groupability to a copy of celltable and its > > hierarchy. Will the fully customizale table builder be the solution I'm > > looking for? > > The idea with TableBuilder is that you can build a CellTable with any table > structure, using row spans, column spans, and Cells wherever you want. I > haven't even started on the API, but at a high level, you will be given a > row value and a TableBuilder, and you render 0 or more rows that represent > the value into the TableBuilder. In the simplest case, you render a single > row with some columns, each containing one Cell that maps to a field in the > row value. However, you can do any of the following: > > - Create "expandable rows" by rendering multiple rows to represent the > row value and index all but the first row > - Insert a group header by making the first row span all columns > - Create an error row beneath the rendered row to display an error > - Insert multiple Cells within a column > > I working on the fixed headers now, so I won't even begin work on > TableBuilder until May, with a goal to finish by the end of June. > > -- > > > > > > > > >http://groups.google.com/group/Google-Web-Toolkit-Contributors -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
