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!

Interactive Report column width - APEX 5

ZeevSSep 2 2015 — edited Oct 29 2015

Hi,

it seems that I am not able to find a solution to a simple problem.

How to set p a fixed column with for interactive report in APEX 5.

I have tries applying a STATIC ID to my column and then adding styling to Inline CSS,

but can't make it work.

Tried:

  1. td[headers="TITLE"] { 
  2.     width: 200px !important
  3. }

And:

  1. .a-IRR-table td[headers="STATIC_ID"] {
  2.   width:200px;
  3. }

Maybe a syntax issue.

Can you help?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 26 2015
Added on Sep 2 2015
13 comments
3,408 views