Hi,
I have a Classic Report with a lot of columns, to keep track of the columns while scrolling horizontaly I need to freeze the first column 'ID' (like the freeze pane in "excel")
I have tried a few solutions that I found online like using a custom template, changing the css of the column header and the rows for the element with given Static ID
but using that I am able to freeze a column but it does not move as part of the report (while scrolling vertically it stays frozen).
Also I can not use Interactive grid or interactive report. Is there any way I can achieve this in Classic Report?
I am using APEX 5.1
Thank You.