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. This would have allowed the creation of a TreeTable component. :)

regards

bob

Reply via email to