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