function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RajusRajus 

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.

Best Answer chosen by Admin (Salesforce Developers) 
testrest97testrest97

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/