T
TanStack3y ago
xenophobic-harlequin

How should scrollingDelay work? Any values do not affect the rendering

3 Replies
optimistic-gold
optimistic-gold3y ago
Hi, don't follow the question? Basic scrollingDelay is the timeout delay, when notify on scroll stop.
xenophobic-harlequin
xenophobic-harlequinOP3y ago
Is something similar to supported https://primereact.org/virtualscroller/#delay
PrimeReact | React UI Component Library
The ultimate collection of design-agnostic, flexible and accessible React UI Components.
optimistic-gold
optimistic-gold3y ago
@Borisov Misha you can use it in same way, basic for example set scrollingDelay={500}, then virtualizer expose isScrolling and base on that you can do conditional rendering of items.

Did you find this page helpful?