Hello , I have seen in documentation that for a “treetable” we can use template : common.treetable() and for a “tree” we can use common.icon() and common.folder().
My problem is that I want to use common.MyIcon() and common.Myfolder() with a treetable and when I try that , I lost the identation when levels are drowing.
I use two differents treetables in same page , that 's why i can’t use common.treetable() because the representation of treetable takes the representation of the second treetable because of the declaration in second.
Any solutions ?
Thanks