infinite-tree
infinite-tree copied to clipboard
A browser-ready tree library that can efficiently display a large amount of data using infinite scrolling.
It is not possible to drag things in from the outside, for example, dragging folders from the explorer onto nodes. After setting the hoverclass, after placing the data outside the...
 In the semi selected state, it does not take effect. At the same time, can your demo provide uncompiled code?
能出一个中文文档吗? 还有你现在这个API看起来好费劲啊,同时好奇你的demo代码,在哪? https://infinite-tree.js.org/examples.html#/filebrowser
Hey there, I have a tree view displaysing a couple of hundred items. When scrolling down to a certain position it begins to flicker like crazy. Going up and down...
This library is very wonderful. it seems that flattening of 100,000 nodes takes time. Correct me if I'm wrong. One approach can be taken where flattening should be done in...
On click of node, I want to add/load dynamic data in child node, how can I achieve this. I tried many solution but noting work. Could you please help me.
tree.openNode function is not working for a node while updating tree data via tree.loadData function
I've a scenario where L2(Child) level tree structure is opened. Clicking on L2 context menu icon, which do something and switching context menu icon to some other icon. To do...
I am having trouble building this project. If I just download and do npm install, the eslint and stylint tests fail. It looks like it references older webpack?
When I reload the tree data I would like to keep the same nodes expanded/collapsed if they still exist. Currently I can't find any option to do so. Am I...