Momo
Momo

Reputation: 2491

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.

Upvotes: 2

Views: 294

Answers (1)

Thomas Broyer
Thomas Broyer

Reputation: 64561

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

Upvotes: 4

Related Questions