react-virtualized-tree icon indicating copy to clipboard operation
react-virtualized-tree copied to clipboard

A virtualized tree view component making use of react

Results 56 react-virtualized-tree issues
Sort by recently updated
recently updated
newest added

Hi, If I'm not mistaken, the `scrollToIndex` feature isn't exposed, only the `scrollToId` (I went a little more in details when I tried hijacking this closed Issue #46). As I...

Hey! I'd like the option to pass a custom input placeholder to the filter container. I can put together a PR for this if you're happy with the idea

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Hi, I'm trying to render tree structures having largen numbers of direct children (several thousands). Rendering times are very slow then. I think the reason for this is the way...

Is it possible to add Elements on top of the tree and at the same time Both the elements and the tree share one vertical scroll. A similar behavior when...

enhancement

Add the ability to re-order nodes using drag and drop.

enhancement

In the "Large Collection" example, this shows how react-virtualized can work with a large list to manage the DOM and render only the visible subset of list items. This works...

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

dependencies

Is it possible that lines can be drawn between parents and children. similar to image attached ![image](https://user-images.githubusercontent.com/63100441/190524160-3ca79dea-7fd5-42aa-b976-7aaae7856009.png)

Seems that the package is using old version of context API, I am wondering that are you planning to migrate to new react context API? ``` The old API will...