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

Following is the issue I'm facing: https://stackoverflow.com/questions/62351516/how-to-prevent-juggling-of-columns-in-table-in-an-angular-app The columns keeps on juggling around when scrolled down. Please help.

I have a virtual-scroller working but it's necessary for me when the user select of item. The item changes the color similar to the action `routerLinkActive ` and this item...

Hi Folks, I've just upgraded to 4.0.3, but I get the following errors in the virtual-scroller.d.ts file: - `ERROR in node_modules/ngx-virtual-scroller/virtual-scroller.d.ts(58,29): error TS2304: Cannot find name 'globalThis'. node_modules/ngx-virtual-scroller/virtual-scroller.d.ts(59,9): error TS1086:...

First of all, kudos for this awesome library! Can't thank enough for it. So this is how I have currently implemented virtual scrolling in a container (which is basically a...

No tables will be shown anymore after updating from 4.0.2 -> 4.0.3. So I guess that something went wrong in the update... When rolling back to 4.0.2 everything is working...

Its either the scroll speed or I don't know, on windows locally works good and prod also, when trying on chrome on mac this thing happens. Tried to play with...

Please check the samples: https://rintoj.github.io/ngx-virtual-scroller/samples - Go to **LOADING IN CHUNKS** - Check the **Add items at top** checkbox. - Also enable random heights. - Now scroll a bit down...

I have this very weird problem. I haven't seen any issues similar to it so far. I'm using ionic 4 with this plugin. However, it does not behave as it...

If you forget to put code in file .css. The component doesn't work. The problem is documented in StackOverflow. https://stackoverflow.com/questions/50623343/virtual-scroll-returning-empty-array

I've tried integrating this module with [ngx-scrollbar](https://www.npmjs.com/package/ngx-scrollbar) here is the stackblitz: [Parent Scroll with ngx-scrollbax](https://stackblitz.com/edit/angular-ngx-virtual-scroller-sample-with-ngx-scrollbar) I've also tried to do with Angular 9 and the latest version of ngx-virtual-scroller and...