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

A React component for efficiently rendering tree like structures with support for position: sticky

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

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 10.1.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

I use code from example, and have problem. I don't know how resolve them. Screen: ![image](https://user-images.githubusercontent.com/1708687/153708797-4781dab7-59ba-479c-9e46-0c368ab7e1e5.png) My code: ``` import React from "react" import ReactDom from "react-dom" import { StickyTree...

Hey, seems code do noting with props.scrollTop also if onScroll event is not undefined (and i change state in this handle), its put in dom all elements above https://gfycat.com/BrokenInsignificantChinchilla upd...

Bumps [nth-check](https://github.com/fb55/nth-check) from 1.0.2 to 2.0.1. Release notes Sourced from nth-check's releases. v2.0.1 Fixes: Replace regex with hand-rolled parser for nth-expressions (#9) 9894c1d Ensures parsing will always have linear time...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](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

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.3 to 5.0.1. Release notes Sourced from css-what's releases. v5.0.1 Fixes: Hand-roll attribute parsing (#503) 4cdaacf Attribute values are slightly more permissive now. Ensures attribute parsing will...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.1.5 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Anyway to make this work with `flex-direction: column-reverse`?

Is there a technical limitation for why you can't transformY as it should be better in terms of performance... Would position sticky not work with transformY?