I am building a system where IG data has states that are changed by code running elsewhere.
This page refreshes every 5. second using
apex.region('ig_contract_id').refresh();
and it works except for the fact that it doesn't not refresh current page. It resets to page 1. I want it to keep the selected page after refresh. Can I read the current page and set it after refresh?
Is it possible to fix in any way?
