Hi,I am using a gridField ... Now I want to highlight a row based on a value of a particular value ..
say suppose I am displaying employee info (id, name, salary, location etc ) ... Now I want to highlight a row where the employee id = 10 with red color ...
Is it possible to do so ?
Discussion posts and replies are publicly visible
+1 for this feature.
This is an old discussion. Since release 23.3 it has been possible to set the backgroundColor of gridColumn()
is this also available at the row or cell level?
Hi aminw4267 ,
This link may be help you.
https://docs.appian.com/suite/help/24.3/grid-with-heatmap-pattern.html
Thank you very much!