Reflow Report in Oracle APEX

Reflow Report in Oracle APEX

In my older article, to achieve the reflow behaviour I had to customize the template to create a Responsive Classic Report. Now we have the declarative region type dedicated to…
Ontoor APEX HOURS #03 (Application Definition)

Ontoor APEX HOURS #03 (Application Definition)

https://youtu.be/RTiWyAQp_pc https://youtu.be/RTiWyAQp_pc Components discussed Name Application Name Application Alias Version Application Group Properties Friendly URLs Allow Feedback Logging Debugging Compatibility Mode Application Email From Address Proxy Server Oracle Text Function…

Interactive Grid shortcodes

Disable Reorder and Resize Copy CodeCopiedUse a different Browser// Disable Reorder and Resize column function(options){ options.defaultGridViewOptions = { reorderColumns: false, resizeColumns: false }; return options; } Hide Save Button Copy…