Hi guys, I am looking for a solution for my problem is getting the data from a row on the table after clicking on it. I need to get the data so that I can edit or delete the data from the InfluxDB via its API? Do you guys have any solutions or does Grafana have any plugins can support me on this case? I am wonder whether Data Manipulation Plugin or Plugins from Volkov Labs can support me on this case?
@quangvdm00 You can define data links for the table rows and when clicking on it set dashboard variable to the specific value.
Data Manipulation panel will be re-rendered on dashboard variable change and execute Initial Request to fill all required elements. You can edit/delete it using buttons.
Check out the latest video for details:
@quangvdm00 You can set link as http://your-grafana.com/d/DASHBOARD-ID?var_dashboardVariable=value, where value can be dynamic.
It’s described in the documentation
