Btw when writing the Tree I've found at least three ways to create a Tree in html.

- using html list <ul> elements
- using a table
- using divs

I think it might have been better to use a table instead of html list.
+1.

However I think that if it's a table, the various interactive Sorting/drag&drop + ajax javascript libraries won't be able to work on it - they all require UL/LIs :(. If Click Tree would have it's own reordering code than it wouldn't be a problem at all.

This would have allowed the creation of a TreeTable component. :)
+1.
That would be fantastic.
I often need a ?TreeList? (i.e. a TreeTable with only one extra table column near the tree node, for e.g. "Actions".

thanks,
Joseph.

Reply via email to