ngx-virtual-scroller icon indicating copy to clipboard operation
ngx-virtual-scroller copied to clipboard

Virtual Scroll displays a virtual, "infinite" list.

Results 123 ngx-virtual-scroller issues
Sort by recently updated
recently updated
newest added

A [stackblitz reproducer](https://stackblitz.com/edit/angular-ngx-virtual-scroller-yh1fvi?file=src/app/app.component.html) which highlights a bit the problem; scroll to the middle, invalidate the cache, scroll upwards and see sometimes how the virtual scroller jumps. Obviously the problem is...

Hello Rintoj/Contributors, _First of all, this is a great component I came across since I started hybrid development (March 2020)._ The issue I'm facing is with the virtual-scroller (latest version...

Hello, First of all thank you for this awesome package! Unfortunately I ran into a problem and can't seem to find a sollution. I have a sidebar with a vertical...

Hi, I'm trying to implement scroll restoration when navigating back. Is it possible to get the exact state of the scroll (including everything to render exactly the same way) and...

When cell content uses `position: relative`, its painted on top of the fixed header. For example, when the sample table looks like this: ``` Index Name Gender Age Address {{item.index}}...

I'm using this library for virtual scrolling in angular: I'm using this with a table. It works well and is doing a great job. The vertical virtual scroll is working...

HI, Virtual scroll bar keyboard UP / Down Key navigation (scroll up and down ) using keyboard up down key not work

` ` So I am having an issue with multiple vertical scrolls showing up, the component that has the data is in a library and loaded in a SPA application....

I want to unit test the virtual scroll please suggest the way to test this scenario I have the component.html ``` {item.name} ``` in my spec file i'm trying to...

enhancement

When scrolling up and down on table with header, it moves around for the duration of scrolling. I tried "useMarginInsteadOfTranslate" but it didn't work. I've noticed this bug only on...