react-virtualized-sticky-tree
react-virtualized-sticky-tree copied to clipboard
A React component for efficiently rendering tree like structures with support for position: sticky
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...
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...
I use code from example, and have problem. I don't know how resolve them. Screen:  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...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](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...
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...
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...
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?