Hi,
in AGOL Dashboard advanced formatting section I can change the background color. But how can I also change the color of the foreground text?
Thanks!
Solved! Go to Solution.
yes Kim , textColor doesnt'work for Table items.
Maybe I solved it:
.....
var MyCellData= 'xyz'
....
displayText: `<strong><font color="#ff0000">` + MyCellData .....
Thanks a lot anyway!
Have you tried textColor?
yes Kim , textColor doesnt'work for Table items.
Maybe I solved it:
.....
var MyCellData= 'xyz'
....
displayText: `<strong><font color="#ff0000">` + MyCellData .....
Thanks a lot anyway!