I need to trigger a javascript function (in any way) once a region refresh has *completed*.
I know I can do it easily when I initiate the refresh - but how do I make it happen upon completion of the refresh?
A timer isn't really an option, since I can't know for sure how long the refresh will take - it might take 0.1 seconds, it might take 0.8 seconds. But I need to run javascript that modifies the content whenever the region is refreshed.
It's a classic report region, in APEX 5.1. Source is a SQL query.
Stefan