Color in table
Each line in a table can be colorized by one color:
Data
first line: get
#0000FF
colorsecond line: get
#00FFFF
coloreach line: get the color corresponding to the color key in each user object
The first line get the #0000FF
color and the second line get the #00FFFF
color. Each line get the color corresponding to the color key in each user object.
Last updated