4

I am dveloping an app in Oracle APEX 5. All of my pages have menu entry on the left-side menu, but the order of the pages in menu is different to the page numbers. Is there a way how to reorder pages in the menu?

Tony Andrews
  • 129,880
  • 21
  • 220
  • 259
JanFi86
  • 449
  • 10
  • 29

1 Answers1

7

Assuming your menu on the left is a standard APEX Universal Theme navigation menu, you do it like this:

  1. Go to Shared Components
  2. Click on Navigation Menu (under Navigation heading)
  3. Click on the menu name

You should now see all the menu options for that menu, which have a sequence number. Either edit the individual options or use Grid Edit and change the sequence numbers to give the order you want.

Tony Andrews
  • 129,880
  • 21
  • 220
  • 259