Hi all,
I’m trying to set up a treeview folder interface and I’m confused. I’m building an example based on the included treeview example that shipped with Servoy. What I would like is nested tree view so that the structure is as follows:
+Item A:
+Item A:SubitemA
SubItem A: Subitem1
SubItem A: Subitem2
SubItem A: Subitem3
+Item A: SubitemB
Subitem B: Subitem1
Subitem B: Subitem2
Subitem B: Subitem3
+Item B:
+Item B:SubitemA
SubItem A: Subitem1
SubItem A: Subitem2
SubItem A: Subitem3
+Item B: SubitemB
Subitem B: Subitem1
Subitem B: Subitem2
Subitem B: Subitem3
How does one go about building that? From the shipped example seems like what controls subfolder versus item resides in the form book_nodes_maintenance. and you just control the nesting with the parent_id number. However, placement of items inside the subfolders do not work once you start buidling multiple sub-items under the main item (see attached screenshot). In my example, I actually would like the items “UCSF UCSF-Building 3 - Floor 1 - Room B - Bin 1” to go under the main folder of “UCSF UCSF-Building 3 - Floor 1 - Room B”
Thanks for the help!

