Disable confirmation prompt for table panel data actions

Hi,

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:

Buttons are working but I have two problems:

  1. 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.
  2. 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?

Any feedback will be welcomed.

Best regards,
Carlos

@infofcc3 have you tested this in your instance and confirmed it does work?

This looks more like chatgpt hallucinations

Probably it was not so well explained in the post description, but one of the things I did, was that. I modified the JSON:

  1. Download JSON from the inspect menu
  2. Replace “confirmation”:”” for “confirmation”:false.
  3. 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.

2 Likes

The next best option is to try business table plugin

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.

I was hallucinating, I meant to say Business Text