mmalinowski42 / dynatree

Automatically exported from code.google.com/p/dynatree
0 stars 0 forks source link

display treeview in 2 columns possible? #488

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?

What goal would this enhancement help you achieve?

Original issue reported on code.google.com by andy.fel...@gmail.com on 14 May 2014 at 11:30

GoogleCodeExporter commented 9 years ago
sorry, was to fast with clicking on enter....

i want to display items in a treeview like this:

Title 1                 Title 4
  Sub 1                    Sub 1
  Sub 2
                        Title 5 
Title 2                    Sub 1
                           Sub 2
Title 3                    Sub 3
   Sub 1

it is possible to do this with dynatree / fancytree?

thakns for your help and kind regards,
Andy

Original comment by andy.fel...@gmail.com on 14 May 2014 at 11:33

GoogleCodeExporter commented 9 years ago
If "title 1" to "Title 5" are top level nodes of the same tree, there is no 
switch for that. I think you have to programmatically split them into different 
Fancytree widgets.
If "Title 4"  is s.th like a sub-node, you might want to look at the Fancytree 
'ext-columnview' extension.

(Note, that no new features will be added to Dynatree)

Original comment by moo...@wwwendt.de on 14 May 2014 at 7:07