In version 3 I used the TreeSorter to sort the nodes in a tree branch into alphabetical order. In version 4 the TreeSorter no longer appears to exist. I've tried adding a:
Code:
sorters: [{property:'text', direction: 'ASC'}]
into the associated store, but this doesn't seem to have any effect.