Hi Rakesh, As Javier says, you can use FlexTable (which extends HTMLTable) using methods insertCell(..) and insertRow(..). You can also do this with Grid (also extends HTMLTable) using resize(..), resizeColumns(..) and resizeRows(..). FlexTable is a bit more complicated than Grid because cells can occupy more than one row or column like a collage. Grid is a straight "four by two" type effort, and for, say, adding an extra row of table style data would probably be the simplest choice.
regards gregor On Nov 26, 6:08 pm, jamer <[EMAIL PROTECTED]> wrote: > You can use the widget FlexTable and their row can be HTML > > Javier Mejías --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
