The below example configures a Popup LOV to display a Product Tree. Create an LOV using a hierarchical query, eg: select id, label as product, parent_id, prior label as category, level, ...
The hummingbird-treeview has been upgraded extensively. If you have used the treeview only interactively, no changes are needed. However, if you have used it programatically with respective methods, ...