I'm implementing a table which has both colspan and rowspan cells. I used FlexTable before but decided to use CellTable. But it looks like CellTable does not support adding style while FlexTable did... Please look at the picture to know what I'm trying to do:
Any suggestions are welcome.
You can use an AbstractCellTableBuilder to render your own strucuture.
Have a look at the Custom DataGrid showcase.