DHTMLXTREE WITH cONNECTOR PROBLEM IN ATTCHING STATIC NODE

hi
i m using TreeConnector to display values in tree format.but i
want to add static text as a leaf node to every node .
example
|Tree
|–node1
| |–leafnode
|–node2
| |–leafnode
|–node2
| |–leafnode
node1,node 2,node3 are the columns fetch From Db using render table
now i want to ADD “leafnode” as leaf before it displaying on
browser.plz let me know
how to achieve this.

Unfortunately it is not possible.
In case of connector you can load all data from DB, or all data from custom structure.
Mixed solution is not possible ( you can set some attributes to nodes, but you can’t add items to the tree branches )