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!

Freeze the first 5 Columns in Interactive Report using Oracle APEX 18.1

tironeJul 20 2020 — edited Jul 23 2020

Hello,

Iam using Oracle APEX 18.1, Universal Theme.

I would like to fix the first 5 columns of an "interactive report" so that when you make the horizontal scroll they always remain visible.

I have tried the following in line CSS: ((found in a discussion on this forum):

.a-IRR-table tr th:nth-child(1),

.a-IRR-table tr td:nth-child(1)

{

  position: sticky;

  left: 0px !important;

}

but it only works on the first column.

I know it's not an IR feature but I think there should be some work-around

I can't switch to IG.
Can someone help me please? ?
Thanks in advance
regards
saverio
This post has been answered by Awais Majeed on Jul 21 2020
Jump to Answer
Comments
Post Details
Added on Jul 20 2020
3 comments
3,604 views