Re: Group Column Headings in APEX 5 Interactive Report
Column Attributes of your Report > Go to Column Formatting > Go to HTML expression and type as:
<span style= »width: 500px; display: block; white-space: normal; font-size: 11px; »>#NAME#</span>
Note : here « NAME » is the column name that need to fix width and word wrap.
==> Interactive Report, APEX 5