• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Linking a table to s:tree

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

Does anyone know how to link a table to a tree created using s:tree
Say i am using the following code

<s:tree theme="ajax" id="root" label="Audit Test" showGrid="true">
<s:treenode theme="ajax" id="child9" label="<b>Project 9</b>" />
<s:treenode theme="ajax" id="child10" label="<b>Project 10</b>" />
</s:tree>

Now i want to link it to a table.
e.g.
Aduit Test Project Name Project Id
Project 9 test 1
Project 10 test1 2

So here the tree part will come using s:tree and the Project Name etc will be a html table or grid.
Thanks for any help,
Regards
 
permaculture is largely about replacing oil with people. And one tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic