Hi,
I’m facing a problem with the table component.
Think about Persons having multiple Adresses which are displayed in one Table like
Name | Lastname | Street | Zip | City
----------------------------------------------------------------
name1| lastname1 | street 1 | zip1 | city1
| street 2 |zip2 | city2
name2 | lastname2 | street 3 | zip3 |city3
so what I want is to group the person attributes with a colspan instead of repeating them for all adresses of this person.
does anybody know a way how to do that ?