Need clickable link for each cell in table panel

HI team,

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.

Hi Team,

anyone have tried this?

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.

2 Likes

only for the other:

${global_variable_name}
${__value.text}
${__data.fields[field_name]}

Works in Grafana v8.2.2

1 Like