How to add top scroll bar in interactive grid page in Oracle APEX
Click on page -> CSS -> in inline, add the following: .grid_style .a-GV-w-hdr{ overflow-x: auto !important; } Click on region -> Appearance -> in CSS Classes, enter the class name…