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

The infinite-tree library for React.

Results 9 react-infinite-tree issues
Sort by recently updated
recently updated
newest added

I've really simple code to render a Tree : ``` import React from 'react'; import Tree from "./components/Tree"; class App extends React.Component{ treeRef = React.createRef(); state={ data : { ......

The plugin removes the new nodes added when scrolled below. I want to retain all the nodes dom even though i scroll anywhere in the tree

Just wanted to signal that the demo is broken (won't properly initialise, error in console) http://cheton.github.io/react-infinite-tree/

bug

Hello, I'm using this component in a project, but I noticed there's some problem with the **scrolling** on **IE 11**. It seems to be very sluggish. You can check it...

I am rendering data from state . It passes as a prop to the infinite tree. In react developer tool props data is shown. But in user interface it is...

@cheton I've looked at the various examples, but there isn't one showing how to load "pages" of external data, in order to make a true "infinite scrolling" tree. I've implemented...

Two questions: 1. How do you externalize the data and use the loadData method? I see that I can provide an initial data structure from outside of the InfiniteTree by...

When I try to use flexbox with the InfiniteTree component like this: ```jsx render() { return ( ) } ``` The div and InfiniteTree container correctly expand to height 100%...