Discussion Forums
- Topic List
- Most Recent Posts
- Sign In for more options
Say i have this 3 tables; Animals, Apes, apefamily1 Now i want to create a view such that i have a collapsible tree for dynamically loading this data. | | Apes | | Apefamily1 | | | | | Member1 | | | Member2 | Apefamily2
|
|
Please how can i create such a tree on a view. Thank you
Maybe this article will point you in the right direction: http://onrails.org/articles/2007/11/24/acts_as_nested_set-activerecord-rendered-with-mx-tree-in-flex
It uses Flex for display but it touches on acts_as_nested_set.
