How should scrollingDelay work? Any values do not affect the rendering
cool-architecture-qrh0ef
CodeSandbox is an online editor tailored for web applications.
3 Replies
national-gold•3y ago
Hi, don't follow the question? Basic scrollingDelay is the timeout delay, when notify on scroll stop.
vicious-goldOP•3y 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.
national-gold•3y 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.