You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Hi!
I need to merge cells with same data in a CellTable. I have seen this thread https://groups.google.com/d/topic/google-web-toolkit/K0YBv819i70/discussion, but where can I put "cellTable.getRowElement(row).getCells().getItem(column).setRowSpan(rowSpan);" to use it when the table receives its data (I want to use paging)?
Another question: is that a way to add an arbitrary row in the middle of the data rows like the date in the included file?