react-complex-tree
react-complex-tree copied to clipboard
Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop
Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 3.13.6 to 4.1.2. Release notes Sourced from typedoc-plugin-markdown's releases. [email protected] Patch Changes Exposed "blockTagsPreserveOrder" option to configure ordering of comment block tags (#627). Exposed "useHTMLEncodedBrackets" option for...
While i build react-complex-tree from source code I got error message "Type 'unknown' is not assignable to type 'ReactNode' " **src/environmentActions/EnvironmentActionsProvider.tsx:260:7** **src/treeActions/TreeActionsProvider.tsx:100:7** Is there any body got the same problem?...
I am trying to re render the tree when the filesystem data is changed by another component and passed to the tree in props. I have implemented this Custom TreeDataProvider:...
React 19
Hello! This package supported React 19?
I want an vertical line show in the tree, but not find in the example
**Is your feature request related to a problem? Please describe.** I would love to see a feature where the tree-sorting can happen through a provided search string, this would allow...
**Describe the bug** Using the default playground provided here - https://codesandbox.io/p/sandbox/react-complex-tree-playground-u5tjs you can lose access to items by dragging folders under pages. **To Reproduce** Expand the "Desserts" option. Drag Cookie...
**Describe the bug** I'm copying demo items and demo uncontrolled tree and it does not function. **To Reproduce** ``` import { StaticTreeDataProvider, Tree, UncontrolledTreeEnvironment, } from "react-complex-tree"; import "react-complex-tree/lib/style-modern.css"; const...
I want my controlled tree to show the input box in a certain situation and input can be made, but I found that when using the input in renderItemTitle, it...
**Describe the bug** I can only start a drag by clicking and dragging the title of the item. Dragging elsewhere on the item does nothing. **To Reproduce** https://rct.lukasbach.com/storybook/?path=/docs/core-drag-and-drop-configurability--default 1. Click...