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 [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Demo and docs can be found in here. Website can not access

fixes #134 and fixes `scrollToId` to correctly allow both string and number, as NodeId allows: https://github.com/diogofcunha/react-virtualized-tree/blob/master/index.d.ts#L9 Would be great to get this merged in, so that everyone using the npm...

I was trying to retrieve data from Autodesk in real time using R visualizations in Power BI. But in Power BI.com i got this error. Script Runtime Error Error in...

This PR should fix a problem with setting the wrong row width. Actual state: ![obrazek](https://user-images.githubusercontent.com/44465269/89768270-ad751780-dafb-11ea-9ec1-7368744340ab.png) Fixed state: ![obrazek](https://user-images.githubusercontent.com/44465269/89768161-8c142b80-dafb-11ea-95c2-6f15647f02c7.png) As you can see by setting a gap by margin row will...

Hi, I found there is a problem when you toggle expanded text. The bug occurs only when expanded text is larger than the parent container and is need to add...

Hi..I wanted my folder tree to look like React Virtualized tree having folder icons in front of each node name. But i could not add them. I need help. Thanks

i need leaf child is a table, but div can't set height from the inside. because is set top a regular height

I have a requirement that the tree should support keyboard navigation. But with `scrollToId` is not enough to do it. There is a call back function named `onRowsRendered` in `react-virtualized`...

Hi there. Thanks for this library. It looks like the [signature for scrollToId](https://github.com/diogofcunha/react-virtualized-tree/blob/master/index.d.ts#L41) should either accept `NodeId` as a parameter or both `string || number` as NodeId may be a...