v3.10.4
Fixes
initialDatanow honorsidAccessorandchildrenAccessor(issue #73, also
#170). The built-in data controller behindinitialDatahardcodedidand
children, so trees keyed differently couldn't be reordered (drag ids never
matched) and moving a node with children dropped them. The controller now reads
ids and children through the same accessors as the rest of the tree. A string
childrenAccessoris fully supported for reorder/create/delete; a function
childrenAccessoris read-only, so write-back falls back to thechildrenkey. (#365)