gs_apps
February 28, 2023, 7:31am
#1
I was to specifically set a row color, e.g set row 5 and row 10 in a table to have a specific background? Data is coming form a database query so ideally I want to do it by the id column in the table.
HelloW =D
Did you ever try something like:
Is it possible to set the color of an entire row based off of its data? I know you can do this with individual cells using the “background color” options under “columns”. But, ideally, I wouldn’t want to manually set the color for each new column in a row.
or
I was wondering who could help me with this. I have a column called project_amount in a table called projects and another column in the same table called project_amount_control. The second one is a control checkbox only used for the purpose of specifying the background colour of project_amount and it will not be visible.
I need that for any given row in the table:
if project_amount_control = 0 then the background colour of project_amount for that specific row is left unchanged
if project_amou…
You could put a conditional inside the background input depending on the id number or the position of the id
Cya
1 Like