You need to sign in to do that
Don't have an account?
Rajus
How to create a treetable structure in visualforce page.
Hi,
I want to implement a tree structure in visualforce page some thing like the structure from this link http://ludo.cubicphuse.nl/jquery-treetable/
Is it possible to implement like above.If yes can any one please provide any simple example to implement this.
Thanks in Advance.
Raj.
Yes, but there is no native way of doing in visualforce. Have to do with external tools. Two ways i know of
1. Using Jquery
http://teachmesalesforce.wordpress.com/2012/01/16/displaying-role-hierarchy-on-visualforce-page-tree-view/
2. Using Flex
http://blog.jeffdouglas.com/2008/12/08/flex-salesforcecom-tree-control/