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
Comments
Post a Comment