2 ways to make column nowrap Interactive / Classic Report Oracle APEX
<span style="white-space:nowrap;">#COLUMN_NAME#</span>
Note: If you want to nowrap on link text then use:
Column Link => Link Text: use a <span> construct like this:
<span style="white-space:nowrap;">#COLUMN_NAME#</span>
SOLUTION 2:
Define region Id "regionId" and Column id "HIRE_ID" after that use following CSS:
Define column Static ID |
#regionId th#HIRE_ID, #regionId td[headers=HIRE_ID]{min-width:100px}
No comments:
Post a Comment
Please do not add any spam links or abusive comments.