Optional
autoAllow treeview to auto-expand when selecting nodes in 3D
Optional
autoScroll to the last selected node in 3D if the node wasn't visible
Optional
classStyle applied to the root element of the treeview
Returns the children of the given node
Optional
getReturns the number of children that will be display under a given node. That number is capped by the TNode.children children length.
Optional
getReturns the icon to be used with the node
Optional
getReturns the maximum children possible for a given node. Useful when building a lazy load tree view
Returns the parent of the given node if any
Optional
isReturns whether the given node should be expandable of not
Optional
isDisplays a loader when clicking on a dynamic node
Optional
NodeActions Component displayed and aligned to the right of the node name
Optional
nodeStyle applied to the nodes of the tree
Array of root nodes
Optional
onCallback when more children need to be loaded for the given node
Optional
onCallback when more root nodes need to be loaded
Optional
onCallback when a tree node is clicked
Optional
onCallback when the given node is collapsed
Optional
onCallback when the given node is expanded
Optional
selectedSet of selected node ids
Optional
showWhether to show to number of max children in parenthesis next to the name
Optional
showWhether to show the root load more button