Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Tree Search in 19.2

SleepDeprivedInSeattleMay 19 2020 — edited Jun 10 2020

I am running APEX 19.2, managing an upgrade from 5.0

We have a employee/supervisor tree that I got to work in 5.0 using Javascript to search the tree (ie. find/display the tree structure for the employee and their supervisor).

This doesn't work any more in 19.2.

So is it possible to search/expand the tree with the new tree widget?  If so, how? I tried using the Fancy Tree widget which has a search but it doesn't open up the node where the employee is location.

My employee tree is pretty simple:

EMPLOYEE_ID,

EMPLOYEE_NAME,

SUPERVISOR_ID,

SUPERVISOR_NAME

Thank you

Comments

Post Details

Added on May 19 2020
2 comments
173 views