A link on the row of table panel or an event triggering to redirect to a website

Hi guys, I have read the Grafana Documents and googled a lot, but still have no clue. Here is the thing:

How to add an URL link to an EXTERNAL website on the row in the table panel which acquires the records from a database?
Or for the same thing but I express it in another way:
How to trigger an event when clicking a row of a database table in Grafana table panel?

Thanks in advance!!

Hi jerysum,

This is easy with Grafana, for example if the table has a field called Id with value 1234, and you need a link to:

http://domain.example/id=1234

You only have to activate the option ‘render as link’ and enter the following

http://domain.example/id=$__cell
1 Like