react-tree
react-tree copied to clipboard
Hierarchical tree component for React in Typescript
1) Selection-change callbacks are now made outside of the setState hook. They were previously being called from within a setState Dispatch function, which (I think) meant that if the callback...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
It would be nice if there is any way to hide the borders between the elements without creating a new theme :) 
Hi, The onSelect and onOpenClose callbacks are currently called from within a setState() hook. If I have some code in my callback function to modify my app state (which, in...
What is the best way to render all nodes in open state by default? I was able to get the following working in Typescript, but seemingly not the best approach......
Is it somehow possible to disable ellipsis text for the child items and let the whole container overflow-x scroll?
`IconRenderer` function receive `node/leaf` and `data` parameters, but we don't know current state of the node inside this function. I want to render different icons for open and closed nodes....
Fresh create-react-app sourced application, whenever I include the component, I get the following warning in console: ``` styled-components.esm.js:1 It looks like there are several instances of 'styled-components' initialized in this...
What I mean by windowing is the use of virtual lists via [react-virtualized](https://bvaughn.github.io/react-virtualized/#/components/List) in order to improve performance for large datasets, by only rendering items that would be visible. As...
Add a drag and drop event emitting API. Suggest [`react-dnd` lib](https://github.com/react-dnd/react-dnd) - [ ] enable nodes and folders to be draggable - [ ] create drop targets on folder (including...