JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Menu & Tree › Issue/Question regarding Tree Widget › Reply To: Issue/Question regarding Tree Widget
March 16, 2021 at 7:18 am
#101622
Tr12
Member
Hello,
are there any updates regarding adding a lot of tree items at once? We add child items to the tree when a tree item is expanded, but it is really a bad user experience when the user has to wait 10 seconds for the tree to add all the child nodes. With the older jqxTree, this worked a bit better, because we could set the (undocumented) “update” parameter to false for the first n-1 items, and set it to true for the last item, which improved performance.
Thank you!