Requirement: I have an Oracle APEX Page in which I have a Report. In that Report the column width is set as defaulted to certain width only. And because of this many times a portion of the data is not visible in a column of our Report.
Hence, to overcome this problem, we can set the custom width for those particular columns so that we can see the entire data of that column in one go.
Solution: For Solution of the above requirement follow the steps as shown below:
- Go to your Reports, say for example, the Interactive Reports
- Click on Report Attributes
- Click on the Edit Link of column which you want to set the width.
- Now go to HTML Expression filed under Column Formatting and set the value as shown below:
<span style="display:block; width:200px">#COLUMN_NAME_IN_REPORT#</span>
Hence, the solution to our requirement.
If you like the post please comment, share, and do join me on Facebook. Please subscribe to my YouTube Channel for video tutorials.
Thanks & Regards,
Susanto Paul
3,975 total views, 6 views today