Skip to Main Content
Feature Request FR-2112
Product Area Page Components
Status ROADMAP

38 Voters

Move control panel to search bar Interactive grid (IG) and Interactive Report (IR)

mathieumeeuwissen Public
· Oct 22 2021

Idea Summary
When you now apply a filter or some highlighting on a Interactive grid (IG) and Interactive Report (IR)
, there will appear a control panel below the search bar and above the data.

This looks really ugly and is not so UI friendly, because the data is pushed lower.
Especially when it is expanded:

For the user the data is the most important part.

So my suggestion is: 
Place a button on the search bar (after the actions button) :

That opens a popup with the settings of the filters/highlighting/etc…

Use Case
This should be applied for the Interactive Reports and Interactive Grids  

Alternative Solution
Currently it is possible to move the control panel after the action bar using some javascript (page on load + after refresh report DA)
$(".a-IRR-controlGroup--options").append($("#myIRstaticID_control_panel"));

and some css:
#myIRstaticID_control_panel {
display: inline-block;
padding-top: 0;
}

And expanded

But one button for all the settings looks better in combination with a popup

This is currently on the roadmap for a future release of Oracle APEX.

Comments

Comments

  • paulo künzel OP 1.7 years ago

    Either that or a hide/show filters.

    I've had some instances where the customer complained until I had create something to toggle the visibility.

  • julio cesar oeschler OP 1.7 years ago

    This is a very important and urgent implementation