Is it possible to render row background colors base on multiple different conditions? I know that it is bound to one style class.
if data > 3
color.red
if string != null
color blue
(i am aware this is not how you would declare it)
Is it possible to render row background colors base on multiple different conditions? I know that it is bound to one style class.
if data > 3
color.red
if string != null
color blue
(i am aware this is not how you would declare it)
It seems like it only does two rows when there are more rows meeting the same condition. Thoughts?
Solved. I figure out why. It was a mistake on my end.