Search code examples
gwtuser-interfacecelltable

Is it possible to span a header of a celltable GWT


I want to create a header in CellTable as follows.

enter image description here

The workaround I think of is to add a panel with "Main title" just above the table.


Solution

  • If you use GWT 2.5, you can use a customized CellTableBuilder to add your Main Title header line.