Table panel: Color the cell based on the field value

Hi,
Is there a way to assign color to the cell in table based on the field value in it?
As far as I could understand, there is option to color based on the thresholds. But can we assign different colors for different values?
thanks in advance…

I managed to do this by setting multiple overrides to a field:

  1. Add a value mapping for instance “ok” => 0, “warning” => 1, …
  2. Add Thresholds to those values e.g. 0 => red, 1 => yellow
  3. Add a Color Scheme based on Thresholds

This works with the drawback that the mapping shows in the table, not the original text