Tags: component-design/react-virtual
Tags
fix: measureRef infinite loop, with offsetWidth/offsetHeight configur… …able by measureSize (TanStack#160)
fix: measureRef type in VirtualItem, add missing onScrollElement, scr… …ollOffsetFn (TanStack#110)
feat: support caching dynamic measurements by unique key (TanStack#107) * feat: support caching measurements by unique key * Run Prettier * Update docs
feat: Add measure method, issue TanStack#31 (TanStack#55) * feat: Add measure method, issue TanStack#31 * refactor: measure method Reduce roundtrips * Fix: virtualItems should not depend on state * Fix: remove eslint-disable-next-line react-hooks/exhaustive-deps Co-authored-by: David Wincent <david.wincent@decerno.se> Co-authored-by: David Wincent <davidwincent@users.noreply.github.com>
feat: support custom scroll options (TanStack#95) This adds two new options which make it easier to customize the scroll behavior. `onScrollElement` which makes it possible to use a different element to bind the `onScroll` event too. `scrollOffsetFn` allows a custom function to calculate the offset rather than using the `parentRef`'s width or height.
fix: Replace postinstall with official funding tools (TanStack#78) * Remove postinstall * Remove postinstall file * Add funding field to package json
PreviousNext