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