Opened 14 years ago
Last modified 14 years ago
#2410 closed enhancement
tree widget displays node child items below all child nodes — at Initial Version
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit | Version: | 0.4.1 |
Keywords: | tree widget | Cc: | |
Blocked By: | Blocking: |
Description
The manner which the tree widget displays children items with respect to children nodes makes the list unnecessarily long.
Captured this at: http://dojotoolkit.org/dojo/demos/widget/Tree/tree.html
ascii version:
- node
-- node --- node
--- child -- child
- child
Instead, it seems like it would be best to display the child directly under the node.
Note: See
TracTickets for help on using
tickets.