If you click the delete button in the table or open the delete modal window to proceed, the DB table is deleted, but the deleted data is not imported from the table and remains as it is.
I tried using the event handler on success, but it doesn't work.
I think you can create a debounce on the success event handler (probably 1.5 secs) and then run the query on your table again. I believe the event Control Component>Refresh data from a table is different from running your query again.