I have the feeling there is a general misunderstanding of how AppGini handles views and uses hook functions:
On save, after_update function is executed, then the detail view is (re-)loaded.
I don't think the HTML you are echoing in after_update hook has any effect on the (freshly) loaded detail view. Also, the function looks incomplete, as there are brackets missing after your
table
and
ob_get_clean()
etc.. This code should raise errors in IDE and on execution.
If you could describe your aim, maybe someone can help with a different but working approach.
PS:
the screenshot that I attached
maybe I have missed it: I cannot see any screenshot in you previous post.
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readability
AppGini 23.16 Revision 1515 + all AppGini Helper tools