I have created an Interactive Report region that contains many columns and many rows.
APEX will put a horizontal scrollbar at the bottom of the region.
So in order to see a column at the far right of the table, in the first row I need to:
-scroll down to the last row in order to see the scrollbar,
-scroll right
-scroll back at the top to see the first row + last column
How can I set up the page so there is no horizontal scrollbar in the region, but let the browser show the scrollbar at the bottom of window ?
So the container div should be as wide as the table and the browser would then display the scrollbar.
Any ideas how to achieve this ?
Thank you !