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:
- td[headers="TITLE"] {
- width: 200px !important;
- }
And:
- .a-IRR-table td[headers="STATIC_ID"] {
- width:200px;
- }
Maybe a syntax issue.
Can you help?