This topic is locked
[SOLVED]

refresh page after inline delete?

5/18/2021 11:15:57 AM
PHPRunner General questions
author

Hi All,

Is there a way to refresh a page after inline delete on master-detail page? Inside the edit page of master table, there is a inline display of detail table.

I can make it work with on afterinlineadd/afterinlineedit, but I cannot find any event that triggers inline delete.

I just need to reload the master page with new values after the detail is deleted. Any idea is most appreciated.

using PHP 10.5

Regards,
Gary

HJB 5/18/2021

[SOLVED] Refresh page after Inline Edit

For inspiration purposes only, as the URL content about "AFTER INLINE EDIT" and not "AFTER INLINE DELETE" ...

256412 5/19/2021

I added this line in after record deleted in LIST page and it worked! Thanks!!

?><script>window.parent.location="TABLENAME_list.php"</script><?php