Add Column Group in Oracle Apex

PHOTO EMBED

Wed Mar 01 2023 04:53:49 GMT+0000 (Coordinated Universal Time)

Saved by @Reemhel #javascript

$("#uiLocation").find('thead').prepend(`
      <tr> +
        <th class="t-Report-colHead" align="center" colspan="1"></th> +
        <th class="t-Report-colHead" align="center" colspan="2">Running Totals</th> +
        <th class="t-Report-colHead" align="center" colspan="2">End of Last Period</th> +
        <th class="t-Report-colHead" align="center" colspan="2">Stock Count
      </tr>`
    );
content_copyCOPY

Add Execute JS on PAge LOAD