-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.0
-
Security Level: Jimmy
detaching a tree in paging mold takes longer if more nodes have been rendered, by paging through many pages before detaching.
It seems the Tree component is keeping nodes once rendered, and clears all of them once the tree is detached
This can lead to accumulated performance problems, and memory issues on the server side if there are many components in each tree row.
- relates to
-
ZK-1898 Tree support render on demand
- Closed