My understanding is that CompositeCell is still not going to allow me to use multiple Cell data objects per row.
An example is a data provider that is a List<People> and I want my grid to display my collection of People in a 4x4 grid. Is there a way to do that? On Tue, Aug 21, 2012 at 1:05 PM, Andrea Boscolo <[email protected]> wrote: > It's up to you to create a grid of cells. Try to use a CompositeCell > http://google-web-toolkit.googlecode.com/svn/javadoc/2.5/com/google/gwt/cell/client/CompositeCell.html > > > On Tuesday, August 21, 2012 3:29:20 PM UTC+2, Shaun Tarves wrote: >> >> Is there any way to have multiple cells per column in a CellTable? What I >> would really like is a grid of cells, but it only seems to be one per row. >> >> The closest I can come is a CellList whose cells are display: >> inline-block. >> >> Any ideas? >> > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/kD2i14CblB8J. > > 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.
