cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Composer alert popup before delete

Former Member
0 Kudos

Hello!

In my visual composer application the user can delete data records by a button action.

I would realize a alert bevor delete, so the user can choose "OK" or "Cancel".

By "OK" the dataset is delete and by "Cancel" the delete action is aborted.

I can open a popup over the action but i don't know how i can abort the action over the Cancel-Button.

After the delete action i would clear/refresh the data list.

Can everybody help me?

Thanks, Thomas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

For cancel button set the system action 'Close Window' then it'll close the popup when the cancel button pressed. When you delete a row in a table the row will be cleared from table and no need to refresh it. If you need to refresh the table with response to the backend changes recall the submit action which is used to fill the table.

Regards

Basheer