Using rows as table header

Hi,

it’s very easy creating a table in vaadin by using a container class (like in the tutorial). But how can I set the rows as the header like in figure b ?:
12515.png

Hi,

It’s not easy, as this function is not currently supported in Vaadin core;
have a look at this thread
, which discusses this issue and also has a “hacky” work-around.

Cheers,

Charles.