Can't view html in inspect value in table

  • What Grafana version and what operating system are you using?
    Latest 11

  • What are you trying to achieve?
    View HTML content as HTML without sanitizing.

  • How are you trying to achieve it?
    Set in grafana.ini:
    [panels]
    disable_sanitize_html = true

Restart:
sudo systemctl restart grafana-server

  • What happened?
    The HTML is still sanitized.

  • What did you expect to happen?
    View the html/text content.

  • Did you follow any online instructions? If so, what is the URL?
    Yes:
    Configure Grafana | Grafana documentation

Do I able view the content of the table cell in HTML format and not sanitize it?

Do you have any official doc, which has promised to render html in the inspect window?

I could not find any official documentation that explicitly promises the ability to render HTML in the inspect window. that is the reason I have posted here the post. Is there any solution?

Use it in the text panel.

I am not sure when you say use it in the text panel, I need the table panel because I am listing logs from ClickHouse.

But I have another issue, I have only 766 logs for this case, grafana takes for ever to load the logs in table view - what can be the reason?