In Vaadin7, you can set the height of the table title dynamically by adding the following CSS rule to your theme:
.v-table-header-wrap { height: auto; }
It only remains to think that the column separator is not set to 100% of the height of the title bar ...
source share