Color code in table column based on condition in grafana V8

Hi all,

I’m working in Grafana 8 and I have a requirement where I need to color the entire row of a table based on a column that contains values like "Ok" and "Not OK".

I tried using value mappings, cell background colors, and field overrides, but the row isn’t getting colored based on the logic I defined. Instead, it’s applying the default threshold colors (e.g., green) without considering the actual value mappings.

Has anyone faced a similar issue? Is there a workaround to achieve full row coloring in Grafana 8, or is this only possible in newer versions?

Thanks,
Saurabh

Yes, you’re absolutely right Grafana 8 has limited support when it comes to row-level coloring in the able panel.
In Grafana 8: You can color individual cells using value mappings + thresholds But you cannot color the entire row based on a field’s value (like “Ok”/“Not OK”) out of the box.