Wednesday, March 27, 2013

Tree Help

I have followed various guides / tutorials on using the tree behavior but creating the view I need seems to be where I am stuck.

 

I would like to display it in a table where the parent category then the additional child categories under each (basic structure below) for the admin section.

 

<tr><td>Men</td></tr>

<tr><td> - Shoes</td></tr>

<tr><td> - Jackets</td></tr>

<tr><td> - Pants</td></tr>

 

<tr><td>Women</td></tr>

<tr><td> - Shoes</td></tr>

<tr><td> - Jackets</td></tr>

<tr><td> - Pants</td></tr>

 

<tr><td>Children</td></tr>

<tr><td> - Shoes</td></tr>

<tr><td> - Jackets</td></tr>

<tr><td> - Pants</td></tr>

 

Can anyone point me in the right direction or know of any helpers / suggestions?

 

Thanks,

 

Dave

 

 

No comments: