How to make a row value bold in Grafana table panel?

We have a table plugin in Grafana. I need to make text all bold in styling for the table. Is there any option to do custom CSS in Grafana 7.0.3 for table plugin. Is that a possibility? We have postgreSql as the backend source.

You can do it with the old table panel which is still usable in Grafana 7. Change your panel JSON “type” value to “table-old”.

Then you can enable the “Sanitize HTML” option on a column and then output any HTML you want such as for bold etc.

I don’t know if it’s possible with the new table panel.

the “Sanitize HTML” it is a big lack in grafana 7.x
:disappointed_relieved: :disappointed_relieved:

1 Like