Open Nikhil-Nandagopal opened 3 years ago
Closing as duplicate of #1759
@mohanarpit reopening because they are different widgets, check out the examples
Any timeline for that?
@BigHoss we don't have a timeline for this yet. Could you tell us a bit about your use case for this widget?
cc: @dilippitchika
@Nikhil-Nandagopal
i need to display a structure of devices in parent->child trees and compare multiple of those
@BigHoss could you give a sample or design that you already have in mind for this?
Hi there, I am interested in this feature for asset management and the assignment of different properties after selecting specific nodes. The blueprintjs looks great. Is there any progress on implementing this tree widget?
We can't use the multitreeselect widget because it is confusing and inconvenient for the user when handling a deep tree with many nodes and/or children. For example:
Moin, we are also very interested in a TreeView widget. Has there been any progress here?
We also looking for something like that. Use case for this: We have several IT Resources in a database with a hierarchy (Site > Datacenter > Rack > Server > VM) and like to show this in a tree view. Every Resource has a "TAG" assigned. The user can change the TAG by selecting one or multiple resources.
Hi, Similar usecase here. We would like to be able to display a tree structure (folders and items)
Example: https://primevue.org/treetable/
Summary
A user has requested for a tree widget that would allow them to create a hierarchical structure. The widget would work similar to the entity explorer and allow users to select a parent/child and correspondingly update some data on the UI
Properties
Children: Array { label: string, value: string, icon: string, children: Array }
onNodeClick: ActionSelector
selectedChild: Child
Examples of this widget https://blueprintjs.com/docs/#core/components/tree https://ant.design/components/tree/#header