Is there a way to render "ghost" items in a virtual list when a user scrolls too fast?
Right now whenever I scroll an infinite list of items it skips rendering the items and does't show anything until the velocity of scrolling decreases. I'd like to render empty "ghost" boxes in that case, like it's possible with React-Virtuoso. Is this possible with Tanstack/Virtual ?
0 Replies