I am trying to move an application to a network containing a tree of up to 50,000 nodes. At first I tried to create this using the jqxtree widget, but the DOM was too big and they obviously did not support thousands of nodes.
I am looking for a virtualized solution, and although I have seen some examples of lists containing millions of items, I still need to see that you are working with a tree. Has anyone else done this? Is it possible?
The tree does not require any features such as drag and drop. This is just an event of the expand / collapse / click event.
source
share