Smooth row view Interactive report Oracle APEX

In APEX interactive reports when we switch the report view from table view to row view, we use to see too much lag and screen loading. like below…

Preview

It might impact user experience, sometimes report may have too much data and as a developer, we should not allow any extra query loading time.

To avoid this problem I tried to resolve this by some lines of code and molding them to APEX plugIn.
Plugin Name Smooth row view Interactive report Plugin available on GitHub
Output when you use this plugin.


Now we move to the implementation of the plugin.

Steps:

  • Install to your application
  • Create dynamic action on the report
  • Report static ID must be passed in dynamic action. ![Preview](/images/smooth_row_view/<3 class=“png”></3>)
Source location Smooth row view.

Report a Bug. 

Roadmap

  • Adding Pagination when view switch.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *