Hi, I got the need to show a dynamic number of tree components in a page, I thought about using a loop around a tree component but I 've bumped with the problem that I 'll need to set the Tree's model property with something variable.
I 've already tried this: <t:loop t:source="loopData" t:value="loopValue"> <t:tree t:model="getTreeModel(loopValue)" and I could render two trees but when I tried to expand one branch of a tree it executed again the getTreeModel but with a null parameter so it finally didn't work as I expected. can anyone give me a hint on how could this be accomplished? cheers and thanks... Nicolás.-