Table Row Color

@codlord is correct, @shubham2712. This feature was supported in older versions of Grafana but is currently not available. There is a workaround to use the old table panel, but I think this might be on the roadmap for Grafana 8. I’ll ask the team and get the details. In the meantime, here is the workaround:

Open your panel JSON.

Find the line reading: "type": "table",
Change the line to: "type": "table-old",

This will load the old Angular table visualization.

Now edit your query and scroll down to Panel ==> Options ==> Thresholds ==> Color Mode. Select Row. Now you can colorize an entire row!

More soon on whether or not this feature is returning.

2 Likes