I have a modal page in my apex application to update records in a table. When user updates data there's a button with two dynamic actions:
Update table
Close dialog
When modal is closed user returns to the main page with a IG with pagination. I created a closed dialog dynamic action -> refresh a region with my grid but it doesn't work as I'd like to because after refresh, IG return to first page of pagination.
I can't figure out two things:
How to return from dialog to main page --> without changing paginatnion?
How to return from dialog to main page --> with changed row selected?
I am using Oracle Apex 21.2.