How to add a top scrollbar in grid edit table in APEX, Oracle

You can add a class called “custom_grid” to the Interactive Report

  • Go to Grid Edit Region -> Appearance -> CSS Classes -> Add custom_grid in CSS Classes box
  • Go to Page -> CSS -> Inline and add the following add the following:
.custom_grid .a-GV-w-hdr{
    overflow-x: auto !important;
}