Thanks, I also think this is the best option, it's just a bit more
work then I thought ;(
I a way am I bit suprised that the GWT dev team doesn't have the div-
less CellTable
On Dec 1, 4:10 am, John LaBanca <
jlaba...@google.com> wrote:
> You could extend CellTable and override the protected renderRowValues()
> method to render the Cells using divs. You can also override CellList, but
> CellTable already has the API to add Columns, if you want to use them.
> Alternatively, you could override AbstractHasData and just use
> CellList/CellTable as examples.
>
> Thanks,
> John LaBanca
>
jlaba...@google.com
>
> On Tue, Nov 30, 2010 at 6:23 PM, Ed <
post2edb...@gmail.com> wrote:
> > I want to make a CellTable but without the HTML table, so basically a
> > table that consists of only div's.
>
> > Any advice on how to do this?
> > (maybe extending the CellList class ?)
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to
google-we...@googlegroups.com.
> > To unsubscribe from this group, send email to
> >
google-web-tool...@googlegroups.com<
google-web-toolkit%2Bunsu...@googlegroups.com>
> > .