Skip to Main Content
Feature Request FR-2001
Product Area Application Builder
Status CLOSED

20 Voters

Client Side Refresh for List Region

deepajrao Public
· Sep 27 2021

Idea Summary
Ability to refresh List Region through Dynamic Action. Currently we are able to refresh reports using a dynamic action or the refresh javascript api. The same is not true for list regions. It would be really useful if list regions also supported client side refresh instead of a full page load.

Use Case
Menu Buttons. 

I find this example https://apex.oracle.com/pls/apex/apex_pm/r/ut/menu-popup a really neat way to collect all page level buttons under one menu button. However since the list region does not support PPR, I am having to do a full page reload.

Preferred Solution (Optional)
apex.region("list-region-id").refresh();

We reviewed this idea carefully, and while it was interesting, we concluded that due to all the internal implications we need to take into account, it is unlikely to make its way into APEX.

Known Duplicates

Known duplicates

FR-3772
FR-3772 Refreshable List Regions

Comments

Comments

  • john.snyders APEX Team OP 3.9 years ago

    The specifics of refreshing a list used to create a menu is an interesting technical challenge. 

    FYI for menus you have the option of changing the menu using the menu widget API rather than a full page refresh.