A vertical panel containing several horizontal panels SOUNDS pretty straight forward, indeed. BUT: Do it, look at you dom tree, and see that it's totally ugly! It is: A <table><tr><td>.... (vertical panel) containing several <table><tr><td>..</td><td>..</td></tr></table> (1 horizontal panel).
On 7 Okt., 22:45, Jeff Chimene <[email protected]> wrote: > On 10/07/2011 01:38 PM, Mike Dee wrote: > > > > > > > > > > > I have small data tables that I'd like to display. In the widget > > showcase for DataGrid and CellTable it says they are ideal for large > > amounts of data. > > > The goal is to display detail info. For example, to display a single > > record from a database - not a bunch of records from a database. So > > the columns of the database will be different. Think of something > > like: > > > Name: John Doe > > Address: Main St. > > Phone: 555-1234 > > > I was thinking a PropertyTable would be ideal. It doesn't exist, > > although they have something similar in SmartGWT, which I'd like to > > avoid for now. > > > Any ideas would be appreciated. > > I'd probably create a custom widget based on using ui.xml It might not > even be a widget, just an MVP instance. From your description it sounds > like a Popup enclosing a VerticalPanel enclosing several > HorizontalPanels. Very simple, very straightforward to implement. -- 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.
