Subject: RE: Display the Contents of a View as a Hierarchy
You might want to render the view as PassThru HTML. THis way you need to code the html elements (the table and tr td – or others). Then you can generate ul and li elements and use some JavaScript to render that into a tree. An unobstrusive JavaScript that transforms an ul into a tree can be found here:http://www.silverstripe.com/downloads/tree/
Subject: RE: Display the Contents of a View as a Hierarchy
Hello,
What about to categorize the view in one column.
Then you can put the entries in the form SBU\-Project Manager,
SBU\Project Leader, SBU\Module Leader or SBU\Empoyees in this column. The “\” is important it creates sub categories for e.g. Project Manager. It is like a tree structure.