Hi all,

I have the following tree.

 

<tc:tree id="onLineResult"

      value="#{sdpTreeBacker.newTree}"

      state="#{sdpTreeBacker.treeState}"

      idReference="userObject.id"

      nameReference="userObject.name"

      disabledReference="userObject.disabled"

showIcons="true"

      showJunctions="true"

      showRoot="true"

      showRootJunction="true"

      selectable="none"

      mutable="false">

</tc:tree>

 

And I need to know how to modify the basic structure of the component

Because we need to add more columns in the nodes of the tree

 

Any Idea?

 

Regards,

Salvador B.

Reply via email to