This topic is locked

"Tree Like" in list view

5/9/2011 3:28:09 PM
PHPRunner General questions
G
Goshen author

How can I change the list view to something like a tree with drop down arrows.
I have a database that has the following fields
id

date

data1 (generic points for this conversation)

data2

data3

data4
What I would like to do in the list view is to show a row header with the unique date and sort the rest of the records under that key field.
I created a crude drawing to show what I am trying to accomplish
it is located here at this small image hosting site as a gif file. I tried to insert it as an image and the board does not like it or jpg

http://tinypic.com/r/2q179t3/7
This is the generalized look to the list page. The date is populated from the date field in the database.

I could code this by hand in a unique webpage but I am trying to use your tool to accomplish this task and can't figure out how to do this with the template system as part of the process.

Sergey Kornilov admin 5/9/2011

The closet you can get is to use Master-Details relationships and show details in inline mode.