react-arborist
react-arborist copied to clipboard
The complete tree view component for React
When we have many tree's on the page, it will be necessary to identify the trees. We need an "id" or "key" prop, for the component.
I am wondering how to achieve dragging the tree container up or down when the user is dragging a node that's not visible. My container looks like this: ``` (...
## Summary This PR upgrades `react-arborist` to be compatible with `react-dnd` v16 and `react-dnd-html5-backend` v9, which are ESM-only packages. ## Changes ### Dependencies - Upgraded `react-dnd` from `^14.0.3` to `^16.0.0`...
Hi! I can't drag and drop an tree item to the end of the list. This is actually caused by [this commit](https://github.com/brimdata/react-arborist/commit/d50c9ab190af79b715c57e9f608554a7d9282603), that moved the drop logic from the drag...
Mentioned this fix on #86 Adding support to provide the inner and outerElementType from outside (props) would prove significantly useful for customization. As also proves [this discussion](https://github.com/bvaughn/react-window/issues/110#issuecomment-469061213).
hey I found a security issue in this repo and I don’t want to share the details here in public if you’ve got a security policy I can follow let...
I am trying to apply the drag and drop functionality to elements outside the tree element, but it is not working. When I am commenting out the code of tree,...
I am running into dependency fun that uses different versions of react-dnd and related packages, are you open to updating to use react dnd [v15.1.2](https://github.com/react-dnd/react-dnd/releases/tag/v15.1.2) which came out in 2022,...
i can't find get node data in renderDragPreview
I added `dndBackend` prop to resolve issue #315.