Hello,
I am using Grafana v8.4.4 and the Table panel.
So I am displaying my table with a header and 3 columns to describe the row. then each following cell will have a value from 0 to N. which is the error count.
My goal is to be able to click on the error count to have either a link to another dashboard showing the list of error (or the equivalent in a bubble but I don’t think we can do this).
So I was able to achieve the link to another dashboard giving the 3 first cell as part of the ID plus the row title.
However I would like the user not to be able to click on the first 3 cells of each row since it doesn’t mean anything (or even better redirect to another link).
For the same reason value with 0 error should not provide a link.
Do you know if we can achieve something like this ?
Thanks