Idea Summary
Oracle APEX Popup LOV with multiple columns should include built-in options for left/right alignment and customizable column width, or enable a custom attribute column.
Currently, the format option is available and useful, but developers cannot control alignment or set specific widths for each column. Adding these features will greatly improve readability—especially for numeric or amount fields—and provide a clean, user-friendly Popup LOV experience.
Use Case
- Popup LOV lists that display amounts or numeric values which should be right-aligned for better visibility.
- ERP, financial, and business applications that need fixed column widths (e.g., Code – 80px, Description – 250px, Amount – 120px).
- Popup LOVs where long text fields stretch the layout due to lack of width control.
- Any multi-column Popup LOV where developers want structured, neat column presentation without custom CSS or JavaScript.
- Users who prefer visually aligned numeric columns and consistent column sizing for faster scanning and selection.
Preferred Solution
- Add options in the Popup LOV settings to define column alignment (Left, Center, Right) for each column.
- Add a property to specify column width using px, %, or set a custom attribute that supports HTML style
- Allow assigning CSS classes to individual columns directly from the APEX UI.
- Ensure the alignment and width settings apply consistently in both the Popup LOV modal and search results.
