Oracle APEX - Refresh Region Keep Pagination Plugin

#lib4x

Somehow I found myself in the business of writing APEX plugins. Sharing this time a plugin to refresh a region keeping the pagination. So it enables to refresh the current page on a region with pagination.

It refreshes the region (Classic Report, Interactive Report, Interactive Grid, Cards Region or Template Component Region), where instead of going back to the first page, it retains the current pagination page. Also any scrollbar positions are maintained. For IG, Cards/Template Component Regions, the plugin is applicable for Pagination Type 'Page' - have 'Show Total Count' as checked.

The dynamic action typically can be used on 'Dialog Closed' event.

image

Find the plugin in this github repository.

See: demo page