All the Ext examples I've seen so far regarding populating and displaying hierarchical data in a tree pane show that you must have a property named leaf in order to determine if a node is a leaf. Is there something that will look at the number of children and determine if the current node is a leaf, so I donβt have to go through my data tree and do it myself?
Josh
source share