Set Column Data No-Wrap for Oracle Apex Interactive Report

To set column data no wrap for Oracle Apex Interactive report, copy the following line into page css set up inline box:
table.apexir_WORKSHEET_DATA td {white-space:nowrap;}

No comments:

Post a Comment

Datatable static image not found on the server

When you use ```datatables.min.css``` and ```datatables.min.js``` locally, instead of datatables CDN, you may have encountered that ```sort...