Hello,
I want my table column with different color based on the condition .
Example- If attending meeting column has data Yes, No or Maybe, how to have different color for all the response.
Yes =Yellow
No = Red
May be =Blue
| Name | Attending meeting |
| A | Yes |
| b | Yes |
| c | No |
| d | May be |
| e | No |
Regards,
Rajeev