⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

On clicking on Delete Button, Page List is not not getting refreshed



Vrajesh

Vrajesh
  • profile picture
  • Member

Posted 14 May 2018 - 10:51 AM

On clicking on Delete button under the Action for a particular record. It is getting deleted but not getting reflected in the list immediately. Once I refresh the page I can see the entry removed from the list. I want to know, how to auto reload/refresh on delete. Possibly the solution would be callback_after_delete, but don't know how to do it. I had tried

header("Refresh:0");

in callback_after_delete but is not working. Please help.

 


echavez123

echavez123
  • profile picture
  • Member

Posted 20 May 2018 - 02:23 AM

I have to solve this too.  Maybe redirect back to same page?