I’m trying to display list of projects from MSSQL table, when i click on each project cell in the table panel i need to redirect to corresponding project dashboard.
Any ideas on how to achieve this?
I’m using grafana 7.4.2
MSSQL is the data source, that i’m using for fetching the data.
You can have the text within the table cell clickable. Just add a Data links Override to each column. Then set your link title using variables such as: ${global_variable_name} ${__value.text} ${__data.fields[field_name]}
I don’t think it’s possible to have the whole cell clickable.