Refresh a table after closing a popup window

Calling all JavaScript gurus…

I have a table with a detail link that opens a popup.
After my user has changed something in there and then closed the pop, how do I trigger a refresh of the table, to reflect the changed data?

I would suggest using an edit popup instead of a details page, that way when the user hits the save button on the popup it will automatically refresh the table.

Hi @SuiteUpstairs.

Many thanks for the suggestion. Let me look at trying that.

I assume in the background they’ve wired the click on the SAVE of the edit popup to a refresh of the main table. If that is the case and I could connect the ‘close’ click on the modal, that would be this solved.