I want to add a table to my vaadin application with the following layout:
Is it possible to create multirow cells on Vaadin tables as you can see on the picture?
Thanks, Cris.
I want to add a table to my vaadin application with the following layout:
Is it possible to create multirow cells on Vaadin tables as you can see on the picture?
Thanks, Cris.
Per my knowledge, this is not possible so far neither with the table nor with the grid. As you'll notice in those 2 linked questions and the docs, while the grid allows for some header merging/joining, the table does not have any similar functionality. However, in the first question there is a suggestion on how to simulate what you're looking for, using grid layout.