react-sortable-tree
react-sortable-tree copied to clipboard
Drag-and-drop sortable component for nested data and hierarchies
# Reporting a Bug? 1. GenerateNodePropsParams Type missing many types , ParentNode is not defined but exist in sortable-tree 2. missing + and - symbol .
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
Motivation: I need to implement 'Save changes' functionality, but only on real data change (omit node expand and collapse), so I have to distinguish which action is which
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
For those who for some reason still use this library (fork). I will no longer maintain the fork and archive the repository. I made this fork a few years ago...
From this [StoryBook](https://frontend-collective.github.io/react-sortable-tree/?path=/story/advanced--prevent-some-nodes-from-having-children) example, **Managers** and **Clerks** are the nodes that can have children. However, I can drag the **Clerks** to a person as well (e.g. *Joe*). This seems to...