javascript - Angular-only TreeView -


i looking way display treeview using angular.

i cannot figure out how make 1 using angularjs itself, seems not have native treeview.

the basic requirements ability select parent values children values , table setup have follows:

itemlocationid parentlocationid description 

i have setup if requiring setup children

itemlocationid parentlocationid description children /'contains items have parentlocationids = items itemlocationid'/ 

any , appreciated.

edit:

to further explain trying accomplish, give better example of layout.

i trying add list table user select items location. items have item location set , list auto-select correct location based on value.

i minimizable (similar combobox) or show selected value (which can swapped between , tree via button or similar action)

the following images show desiring

collapsed expanded


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -