Not sure if it helps but you can do this sort of thing a lot easier just with CSS - e.g. using :nth-child(even) and :nth-child(odd) selectors …
1 Like
Not sure if it helps but you can do this sort of thing a lot easier just with CSS - e.g. using :nth-child(even) and :nth-child(odd) selectors …