Hovering on a repeating group: white spaces

Hello, I have created a repeating group and I would like to give each row another color when hovered.
However, there is this nagging white space I don’t know how to gert rid of. Does anyone know?

Bonus question: the first content row is a bit different than the following ones. This may have to do with the fact that the headers are also in this first row (as they are in the repeating group). How do I get everything exactly the same?

Here is the first content cell: white space above and below

Here the following cells: white space below

Here my settings for the content group

For the text boxes inside the content group

one bonus bonus question (while I am at it): how come the header isn’t displayed with the same height as the content rows? In the editor they have the same height. The second screenshot displays this clearly.

Hi Woezel. Make sure to use fixed height of 100% if you want the group to be as tall as the repeating group cell. Right now you have min height 10%. Make the element fixed height, 100%.

For the header to be the same height, you have to make the texts elements in “group user header” the same px min height as the texts in “group user content”.

Let me know if this solves your issue.

Cheers :slight_smile:

Thank you for your replies!
The first part of Iew’s answer turnued out to solve all other questions at once. The table looks great now!

1 Like