Treetable with common.icon() and common.folder()

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

Hello,

The common.treetable template includes also common.space:

template:"{common.space()}{common.icon()}{common.folder()} #value#"

Thanks :slight_smile: