Closed martijnhiemstra closed 4 years ago
It would be really nice you can indicate in the options of the tree that the nodes have children or not based on an expression for example:
A node has the field childrenCount. Then I should be able to put in the options: hasChildren: 'childrenCount > 0'
I just found out that if you use childrenCount then hasChildren isnt used so ignore this request.
It would be really nice you can indicate in the options of the tree that the nodes have children or not based on an expression for example:
A node has the field childrenCount. Then I should be able to put in the options: hasChildren: 'childrenCount > 0'