What I’m trying to do:
Using a repeating panel with 4 columns defined and working using runtime set items list. But I want to be able to change the color of the text in a particular column depending on the value for the column good:green, bad:red – for ex.
If something is printed in a column via {‘column_name’:‘Active’} how can I change the color that text using something like {‘column_name’:‘Active’, ‘color’:‘green’}
What I’ve tried and what’s not working:
I tried using the foreground color items setting items[‘color’] and then adding color to the row dictionary after the column definition as above. I expected that might change the color of the text of the whole row, but it has no effect.
Code Sample:
# this is a formatted code snippet.
# paste your code between ```
Clone link:
share a copy of your app