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.

Reply via email to