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

Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop

Results 69 react-complex-tree issues
Sort by recently updated
recently updated
newest added

It would be useful to be able to add additional key bindings to trees. For example I would like to implement a delete action when the delete key is pressed...

**Describe the bug** You can drag an item into it self if it has a child that accepts drop. https://p195.p4.n0.cdn.getcloudapp.com/items/geud4ggR/d26a0b2d-f670-4252-8347-ef92a302968b.gif?v=907ccf16be512a91e317756cf823cf47 **Expected** Disallow this sort of thing. ``` canDropAt={(items, target) =>...

Hey, really great library, thanks for the work! As the selection and drag events differ on mobile and desktop, DnD behavior currently doesn't work on mobile. Is this on the...

**Describe the bug** The drag and drop functionality is being stopped when any other component is rendered with [react-dnd](https://github.com/react-dnd/react-dnd) implementation **Expected behavior** The DnD functionality would be working regardless of...

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.11 to 0.23.15. Release notes Sourced from typedoc's releases. v0.23.15 Features TypeDoc will now treat @typedef {import("foo").Bar<Z>} Baz type declarations which forward type parameters to the imported...

dependencies

Hi, How to use custom data provider? I don't find any example to use that? [https://rct.lukasbach.com/docs/guides/custom-data-provider](https://rct.lukasbach.com/docs/guides/custom-data-provider)

**Is your feature request related to a problem? Please describe.** The default UX for reordering dragged items beneath an expanded item does not feel intuitive and takes some getting used...

**Is your feature request related to a problem? Please describe.** When I attempt to set a custom drag feedback image via something like... ```tsx // Item.tsx const generateDragGhostStyle = (event:...

**Describe the bug** When dropping a `between-items` event. The cursor must stay exactly on top of `renderDragBetweenLine`, or else the drop won't work. Even though the line is shown This...

Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 2.0.0-beta.15 to 2.1.0. Release notes Sourced from @​docusaurus/core's releases. 2.1.0 (2022-09-01) :rocket: New Feature docusaurus-theme-classic, docusaurus-theme-common #8008 feat(theme): ability to use <DocCardList> without items prop, on any...

dependencies