Mastering apex.region().refresh() in Modern APEX
For years, refreshing an APEX region was… messy.
You probably did this:
JavaScript
$("#myRegion").trigger("apexrefresh");
And hoped for the best. Sometimes it worked. Sometimes it jumped to the top.
bintsiful.hashnode.dev4 min read