How to set up alternate rows in the Container/Table component?
To set up Alternate rows for a Container component, you need to enable the Conditional formatting with the option "Change component style if matches the condition".
- Right click on the Container component and navigate to the Conditional formatting
- Select the Expression as a condition, where the expression looks like this: {row_index} % 2 == 0
This is how it looks in the final PDF:
Related articles you may find helpful
Updated on: 10/04/2025
Thank you!