I am trying to put buttons inside a table panel to send POST. Right now, I am adding a column to the table as button placeholder, add data actions as override for created filed and changing cell type to “Actions”. This is visual result:
Every time button is pressed, it prompts for confirmation. Is there any way to disable it? I tried to set to false (even editting json) and it is not working.
The prompt dissapears with panel refresh which in my case is automatic every 2s. It means that you have to be fast to press confirmation. Is this the expected behaviour?
Probably it was not so well explained in the post description, but one of the things I did, was that. I modified the JSON:
Download JSON from the inspect menu
Replace “confirmation”:”” for “confirmation”:false.
Import JSON
Result was the same as before which might be obvious since Grafana are not exposing this configuration option in the menu, it’s ignoring what you put there.
I tried Business Table Panel and it really include some nice features, but from what I know, it doesn’t support adding action buttons as in the standard Table Panel.