My application uses FlexTables mostly to present database records of one sort or another: Query a table on the server, get back a list of records, and select a row to edit a record or to open a file indexed to that record via a document management system. The tables are not fixed; they are whatever the user finds when he logs into a particular server.
On Jul 20, 2:37 pm, Jeff Chimene <[email protected]> wrote: > On 07/20/2010 10:51 AM, Thad wrote: > > > Calling HTMLTable.setText or .setWidget always creates a <td> > > element. ALWAYS. I cannot find a way to create within a FlexTable a > > <th> element. There's com.google.gwt.user.client.DOM.createTH() but I > > don't see how to get it into a FlexTable. > > What's the use case for FlexTable? -- 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.
