In my application (APEX 22.2.4), I am attempting to create functionality for returning to the appropriate pagination page of my interactive grid. I found a solution proposed by @john-snyders-oracle in the IG Cookbook under the "Remember Page" functionality, which is very close to what I need. However, when I try to adapt it to my requirements, I encounter an issue where this functionality loses 50 rows in the interactive grid on the first attempt. This problem occurs both in my application and in the IG Cookbook example. Has anyone else encountered and successfully resolved this issue? Unfortunately, I haven't been able to find a solution for it yet.
Additionally, to reproduce the issue easily, you can try adding an ID to a row in the interactive grid in the IG Cookbook.