Skip to main content

How to give rows in a dynamic table alternating colors ?

Maxime avatar
Written by Maxime
Updated over 3 weeks ago

Question

How can I give rows in a dynamic table alternating colors?

Answer

Use the (position() mod 2) function in a condition.
There is a sample that illustrates this, in the Properties Conditions section - Alternating row colors.

Did this answer your question?