Wednesday, January 11, 2023

Sunday, January 1, 2023

Oracle APEX hide the x on the modal dialog

Below code to be added in Inline CSS of Page.

 .ui-dialog-titlebar .ui-button

{

    display: none;

}




Output:



Delete Row Button to all records of Interactive Report in Oracle Apex

 1. add 'Delete' Del column to Report Query 2. Set the Following Properties for the DEL Column Type: Link Heading: Delete Targ...