Treeview Control or Alternative

Hello All,

I have looked around the forum and I am have seen some posts / feature requests for treeview controls.
I don’t believe this has been implemented within PHPMaker as yet.

Has anyone come up with a work around for it?
I have a handful of tables with recursive relationships that would definitely benefit from this.

Thanks.

According to AdminLTE doc: https://adminlte.io/docs/3.0/javascript/treeview.html

You can use any option via the data-attributes

To change the data-attributes, you may use Page_Head event (see the topic Server Events and Client Scripts in the help file) to change the menu template, look for script tag with data-name=“menu” in the header.php, copy and paste to Page_Head and add your data-attributes.

Thanks! I appreciate your help.
I will post back here if I have any questions (likely).

Thanks,

craigbert