Hello, i’m currently using Grafana 11.0.0.
I’m then exporting my panels to a React App into an iframe.
For example, i’m exporting a table in which i can filter on the columns. I would like to be able to get the result of the filter to use it again in my app.
Is it possible ?
For example here if i select 100 and 16.6 i would like to get them into my React App.