kennethkufluk / js-mindmap

JavaScript Mindmap
http://kenneth.kufluk.com/google/js-mindmap/
MIT License
606 stars 146 forks source link

Load on-demand <ul> #18

Open fucore opened 11 years ago

fucore commented 11 years ago

I'm working on a MindMap with over two million items, performance was affected due to the quantity of items to be loaded at once.

There is a possibility, and load demand (on-demand) the ul in order to speed at the time of mounting the MindMap?