tree icon indicating copy to clipboard operation
tree copied to clipboard

React Tree

Results 138 tree issues
Sort by recently updated
recently updated
newest added

Hey there! First let me know if this is not the right place for discussions like this, I'm happy to move it elsewhere if so :) Recently I've been working...

Since we have the ability to change switcher icons and node icons it would be nice to change out the checkbox icons with our own components. I'm able to fake...

Why can't see getChildren() and getParent() in tree props? I want to get child nodes and parent node by a node key.

My db records have id and parentId, Can the records be passed to the tree directly? I don't want to construct the children in js, how can I do? Thanks.

If I check TypeScript types inside an ESM package that (indirectly) uses rc-tree, I get type errors from inside node_modules: ``` ../../common/temp/node_modules/.pnpm/[email protected]_sfoxds7t5ydpegc3knd667wn6m/node_modules/rc-tree/lib/DropIndicator.d.ts:6:11 - error TS2694: Namespace 'React' has no exported...

If I have an item labeled "California", when I hover over it, the tooltip also says "California". Why would I want a tooltip like that? The tooltip is supposed to...

The "tree" role is being used in this package, but the other required roles do not seem to be. According to W3C, when using ARIA trees, the roles "group" and...

We have develop a tree component based on rc-tree and I want to make the scroll bar of y-axis keeping display when the contents of the tree are out of...

My code is ``` import React from "react"; import Tree from "rc-tree"; export function S() { return } ``` My package.json is ``` { "type": "module", "dependencies": { "@commander-js/extra-typings": "^10.0.3",...

Hello, Im facing the issue, that the drag n drop functionality is very slow in my application. When moving an item in the tree the "hover effect" is following the...