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();