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

A virtualized tree view component making use of react

Results 56 react-virtualized-tree issues
Sort by recently updated
recently updated
newest added

I've already rendered a list with my own styles. It's group by lodash. how can I use this great repo with my component ? (I'm sorry, I've read the documentation...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

the node may not only have name, but also have other attributes, is there any place to also show it?

checkPropTypes.js:20 Warning: Failed prop type: Invalid prop `nodes.flattenedTree[0][0]` of value `150652382` supplied to `UnstableFastTree`, expected one of [null,null]. in UnstableFastTree (created by LargeCollection) in LargeCollection (created by Route)

Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.14 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I am trying to implement the [large collection example](https://diogofcunha.github.io/react-virtualized-tree/#/examples/large-collection) using a functional component. Having difficulty with basic imports eg: `import TreeState from 'react-virtualized-tree/TreeState'` If I do `import { TreeState }...

React change a lot since I've start this project, I'm thinking about undergoing a full re-write that will hopefully create a more descriptive and easier to understand codebase and better...

enhancement