Table panel not displaying multiple spaces in a column

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

  • Grafana v10.4.7

  • What are you trying to achieve?

  • I am trying to display a field in a table panel which has multiple spaces between words.

  • How are you trying to achieve it?

  • I am using a table panel

  • What happened?

  • When my data has multiple spaces between words, e.g. My Name, only one space is being displayed.

  • What did you expect to happen?

  • There should be some way to display the spaces as non-breaking spaces.

I have tried to use a MySQL replace query like:
SELECT REPLACE(column, ’ ', ’ ')
but it is displaying as ’ ’ on the panel.

Please help.

Thanks!

sounds like something you should open an issue report on: