VolkovLabs / volkovlabs-dynamictext-panel

Business Text Panel for @grafana
https://docs.volkovlabs.io
Apache License 2.0
78 stars 14 forks source link

Please provide the currently choosed data source in Parameter context (to Java Script) #247

Closed robi0815 closed 6 months ago

robi0815 commented 6 months ago

The data source choosen in Query is not poropagated to parameter context. It would be helpful when you add this information to context.

Use Case: I implemented a dynamic form with as many input rows as rows returend from a config table in query. I added a button to persist the edited/changed values in the data source (update in database). For the update I need data source information (either name or id).