Oracle Application Express (MOSC)

MOSC Banner

Discussions

How to refresh Tree in Oracle Apex

edited Dec 31, 2020 1:02PM in Oracle Application Express (MOSC) 2 commentsAnswered

I need to refresh a tree that is a part of a page when modal dialog is closed.

I know Apex does not support Tree refresh but I must find any solution to make this refresh.

  • I tried using the plugin in "https://github.com/mennooo/orclapex-treeview-refresh/blob/master/README.md" but it does not support refresh when inserting new elements, only for existing ones, Also, it is not maintained anymore.
  • Also tried to make a refresh button for the tree.
  • I wrapped the tree inside a static region and tried to refresh that region but also didn't worked.
  • Tried to refresh the tree / static region using JS: apex.region("tree_static_id").refresh();

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center