-
New Feature
-
Resolution: Done
-
Normal
-
8.6.0
-
None
-
None
Run this zul
<zk> <organigram width="600px"> <custom-attributes org.zkoss.zul.client.rod="true"/> <orgchildren> <orgitem label="Item1" open="false"> <orgchildren> <orgitem label="Item2"/> </orgchildren> </orgitem> </orgchildren> </organigram> </zk>
Current Result
Even orgitem is closed, it will render its orgchildren, and add css to hide the orgchildren.
Expected Result
When orgitem is closed, do not render its orgchildren until it open.