Replies: 1 comment
-
HI @poirazis This is doable with Conditional UI: https://docs.budibase.com/docs/conditions Have a Data Provider with Repeater and two containers: Configure conditions for the light container: JavaScript
Then the dark container will have the exact same condition, but the ternary will be flipped:
I'm using Auto ID here, but you could use any column that is an incrementing integer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Data Provider -> Repeater -> Container situation where i would like to set the Container background to light grey on even rows, and while on odd rows to create the zebra effect, and also i would like the first Row of the Repeater to carry bold fonts while the rest rows would not.
Is this something currently achievable ?
Is there a way to set / update settings of inside elements based on the enclosing repeater row position ?
Beta Was this translation helpful? Give feedback.
All reactions