-
FEATURED COMPONENTS
First time here? Check out the FAQ!
![]() | 1 | initial version | |
neata :)
the zk6 tree has a new behavior compared to the zk5 tree, it loads the whole tree from the beginning instead of level by level as the zk5 tree.
when rendering the tree, it tries to load all children of all children of all children and so on of the node to be opened. why is that and how can it be avoided?
the zk5 tree always loads only one level of children and goes no further.