hi,
I understand that the table plugin is not able to show images in the cells.
Since I really need to display images I was wondering if I can make a quick hack to implement this option.
I am thinking in modifying the “link” option in the table so instead of creating HTML code as
<a href="url">value</a>
creates code as
<img src="value">
I understand that this is not a general solution but it will solve my problem.
Before I look to the code I would appreciate if somebody with better knowledge of grafana code would tell me if this hack is easy to implement or it just does not make sense.
Any tip will be welcomed, Thank