Hi
I have a table where I am trying to set a different color for alternate rows.
My thought was to create a conditional style and attach that to the background color of the tr element.
In order to find out which is even or odd rows I wanted to use modulo based on the index of the row. However it sets the same color for each row.
Am I doing this correctly?