briangann / grafana-datatable-panel

Datatables.net based panel for Grafana
Apache License 2.0
83 stars 58 forks source link

[Question] Does this panel support click cell to pop up a modal window #200

Open AlwaysNoobCoder opened 2 months ago

AlwaysNoobCoder commented 2 months ago

and in the pop-up modal window, do another query using cell value as parameter to show some long text .

briangann commented 2 months ago

that might be a possible future enhancement, sounds like an interesting scenario. Embedding the query into the table might be tricky, and would need something like an override method to trigger it.