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

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

```js indexSearch: (searchTerm: string, nodes: FlattenedNode[]) => (node: FlattenedNode) => boolean; ``` I see the structure, but I'm wondering if someone could provide an example of a baseline version of...

The new indexSearch prop introduced for FilteringContainer in #123 is great and has a default so if I'm not mistaken it should be listed as optional in the types. My...

`NodeId` can be `string` or `number` but `scrollToId` only allows `number`.

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.6.3 to 17.2.3. Release notes Sourced from semantic-release's releases. v17.2.3 17.2.3 (2020-11-16) Bug Fixes mask secrets when characters get uri encoded (ca90b34) v17.2.2 17.2.2 (2020-10-29) Bug Fixes...

dependencies

Hi, I had a question about FilteredContainer. Currently, it returns the tree with nodes that match the filtered text, but is there any way to apply a function to these...

Hi there Great lib, thank you. I'm wanting to customize the placeholder on the FilterContainer, so have hooked it up to a prop, but keeping the defaultProp as is. Let...

I see that UPDATE_TYPE includes ADD option to add a new node, but how is it supported in the TreeView? I see there is support for DELETE and UPDATE, but...

If I open "Large Data Collection" example, scroll down and expand/collapse some nodes then a big white areas show up. Not all nodes are displayed :(