Why are you doing HTMLTable table = new Grid(rows, 2);? Try doing Grid table = new Grid(rows,2); or HTMLTable table = new HTMLTable(rows, 2); (assuming syntax for HTMLTable)
On Aug 9, 3:25 am, Sanjay Jain <[email protected]> wrote: > Hi to all > I am using HTML table, and for setting title of the table I am using > setTitle("My Table"); > But it is not working: > Here is my code: > > HTMLTable table = new Grid(rows, 2); > table.setTitle("My Table"); > > Is there other property need to be set? > Please help > Thanks in advance -- 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.
