Is there a way to refresh the even and odd count in CSS whenever a specific row is shown?
Here's an example setup:
header header header
even even even
odd odd odd
Subhead Subhead Subhead
even even even
How can I ensure that regardless of the placement of the subhead row, the following row will always be even?