How to change color of specific cell in table?


I’m trying to chage color of cell based on the status. if status is active then it should be in green color , if it is stoped then it should be in yellow and for N/A it should be red.
How to achieve this ?

something like :

Use Overrides and override config only for Status column - use value mapping to set color (maybe also color mode)