Cheers Raphaël, could it be that you are using a FlexTable and not a CellTable? I could not find the method you mentioned in the CellTable class. For now I implemented my table as a CellList with custom cells that contain HTML tables. Works fine, but relies of course on a mix of GWT and HTML code where a pure GWT solution would be more desirable.
Thanks for your help Jerome 2011/3/14 Raphaël Brugier <[email protected]> > Yes, we did a similar thing just last week. > Just use cellTable.setRowSpan(row, colum, depth) on the cell you want to > group and then delete the cell on the next row using > cellTable.deleteCell(row, cell). > This is just the normal way to group cells in a html table but using the > cellTable api. > > -- > 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. > -- 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.
