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-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscribe@googlegroups.com<google-web-toolkit%2Bunsubscribe@googlegroups.com>
> > .
> > 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment