Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 6.0.0
-
Fix Version/s: 6.0.1
-
Component/s: Components
-
Labels:None
Description
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