Skip to Main Content
Feature Request FR-4267
Product Area Page Components
Status CLOSED

1 Voters

Loading spinner widget needed

sr781012 Public
· Feb 7 2025

Idea Summary
Loading spinner widget needed which can work at region as well as page level, such that when screen takes sometime user is not presented with partial refreshed data on screen.

Use Case
Everywhere.

Preferred Solution (Optional)
The way you are implementing the report data fetch and rendering , during the whole process the spinner runs without causing any issues to the user, just make functionality available to the custom pages.

This is a great idea! You can already achieve this in APEX today with a slightly different approach.

Comments

Comments

  • fac586 OP 8 months ago

    Loading spinner widget needed which can work at region as well as page level

    This is an automatic feature of “Refresh” actions on all components, already requested as FR-2426 for "Execute Server-side Code" actions, and easily implemented for any use case via the apex.util.showSpinner() JS API method.

    Please take the time to search and review existing feature requests to avoid creating duplicates.