-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 6.0.0
-
Component/s: Components
-
None
-
None
A tree is rendered twice while onInitModel and onInitRender events.
There is the part of the zul file.
<tree model="@{controller.listModel.filterItemTreeModel}" treeitemRenderer="@{controller.listModel.filterItemTreeRenderer}"> <treecols> <treecol/> </treecols> </tree>
Please refer to this feature - ZK-224