I have a table with editable columns. I created 'Bulk update' query and it runs successfully when I edit any cell text. However, the small box with 'cancel' and 'save' options does not go away when I hit save after editing a cell. If I click 'cancel' on that button, the edits made also go away. Nothing gets saved. I am attaching a screenshots for reference. Why is this happening? What am I doing wrong here?
I'm using APIs and not an SQL database, so this may be different, but I was running into similar issue. My API call would actually go through, so when I clicked cancel, everything would be good.
Try adding an event handler on the query to refresh the table on Success. That made my save prompt go away and show the new results.