Wednesday, July 17, 2019

report & column width fixed in oracle apex




report item ---
<span style="display:block; width:200px">#COLUMN_NAME_OF_REPORT#</span>



#P75_DIVISION1,#P75_DISTRICT1{
   width: 40% !important;    
}

#P75_REGION_LIST{
   width: 15.5% !important;    

}

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...