multiple properties (set of properties) for item in Table

case: I have IndexContainer with some data about users, I use this container as data source for Table. Could I somehow put set of properties to one of Item`s of my IndexContainer or to merge some Table cells to have something like this →

this is what I have →


first name | second name | phone number | e-mail | login | registration date |


first name1 | second name1| phone number1 | e-mail1 |login1 | registration date1|


this what I want to have :slight_smile:


first name | phone number | e-mail | login | registration date |
second name |••••••••••|••••••••|••••••|•••••••••••|
phone number|••••••••••|••••••••|•••••••|•••••••••••|


first name1 | phone number1 | e-mail1 | login1 | registration date1 |
second name1 |•••••••••••• |••••••|•••••••|••••••••••••••••|
phone number1|••••••••••••|••••••|•••••••|••••••••••••••••|


(* “•••” - empty)
I found some issues which results could suit me -


issue #3152


issue #1553

But is there are already such tricks in vaadin ?