Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to format a single coulmn to a preset width and wrap text

Apex_wanabeNov 15 2011 — edited Apr 5 2012
Hello:

I have an interactive report where I have set the entire report to no-wrap using the following:

<style type="text/css">
table.apexir_WORKSHEET_DATA tr * {
white-space: nowrap;
}
</style>


however one of the cuolmns contains text mainly less than 40 chars and few rows with at least a 100 chars. how can I set this single column to a maximum width of 40 and force the longer rows to wrap the additional text in conjunction with the above setting?

Thanks for the assist.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 3 2012
Added on Nov 15 2011
4 comments
232 views