Hi all,
as it would be an alternative in my scenario I tried to hide the first and second row (Dim1 and Dim2) using "tr:nth-child(1) {display: none;}" and "tr:nth-child(2) {display: none;}".
It works fine for rows "greater than 2". Using row one or two affects the whole table. That means only the header row is visible.
As you can see I am not a css-expert so it would be great if anybody has a hint for me.
Best regards
Mark