Discussions
How to refresh Tree in Oracle Apex
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();
Tagged:
0