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

Incorrect placement of elements below virtual-scroller with parent element when scroll-element is window. ![image](https://user-images.githubusercontent.com/23151604/77949631-f5736a80-72cf-11ea-936f-a57ecfe66107.png) It can be fixed by changing transform to height and removing position absolute for 'total-padding' ![image](https://user-images.githubusercontent.com/23151604/77949948-7b8fb100-72d0-11ea-9da9-26024457eabc.png)

Hey, I am developing an Ionic app and want to hide the keyboard when a user starts scrolling. I know I can hook into the Angular (scroll) event, but that...

Steps to reproduce - Go to https://rintoj.github.io/ngx-virtual-scroller/ - Click Samples - Under WITH SINGLE COLUMN - Scroll down a bit so you are not all the way at the beginning...

[This url's](https://www.creators3d.com/offers) virtual scrolling works on Chrome but not on Safari. This is how the component looks like: ```html ``` ```css .flexcontainer { display: flex; flex-flow: row wrap; justify-content: space-around;...

### Problem We have an Angular application (both v8 and v9.1.0) in our company in which we want to achieve the following: - virtual scroll over a large list of...

In react virtualized, there is a [CellMeasurer](https://github.com/bvaughn/react-virtualized/blob/master/docs/CellMeasurer.md) component which can be used to have dynamically calculated cell sizes. This is very convenient if you have elements whose dimensions change after...

Hi, thanks for the lib Got the issue with bufferAmount. Adding that Input property rows in table are shifted to top instead bottom. Take a look at screenshot please ![image](https://user-images.githubusercontent.com/49312836/65695006-6adf5380-e07f-11e9-9ef5-5894d56fae52.png)...

Hi, When using css style overscroll-behavior: none (or contain) virtual scroll on mobile chrome does not reach the end of the last item. Any help would be much appreciated.

Implemented this scroller at client side work perfectly fine and follow the steps as mention for angular universal but when project is build ( npm run build:ssr ) and run...

I have integrated the ngx-virtual-scroller into my web application and it works fine for most of the devices. But when it comes to the iPhone with iOS versions 12 and...