od-virtualscroll icon indicating copy to clipboard operation
od-virtualscroll copied to clipboard

🚀 Observable-based virtual scroll implementation in Angular

Results 11 od-virtualscroll issues
Sort by recently updated
recently updated
newest added

I have tried building the simplest possible demo, lifting the data and template out of [scroll.component.ts](https://github.com/dinony/od-vsstatic/blob/4bc59981ac670e9955b4a72f598970ca02fda1ab/src/scroll/scroll.component.ts) from the `od-vsstatic` demo: TEMPLATE ``` Row: {{row}} Column: {{column}} {{item}} ``` OBSERVABLES ```...

There are a couple of angular infinite library. such as ngx-virtual-scroller and ngx-infinite-scroll. I am actually looking for material cdk virtual scroll. But, it seems that it only support one...

question

Using chrome/firefox in Ubuntu 18.10 and macOSX (Mojave) at least two of the demo's have display issues which I opened here: https://github.com/dinony/od-vsadvanced/issues/1 https://imgur.com/xSgu3vt https://imgur.com/a/bELQIaF The issue seems to come from...

Investigate

Hi I'm curious if this library is still being maintained and will be for the future?

help wanted

When utilizing the numAdditionalRows parameter, the scrolling experience is dramatically improved as long as the user is scrolling downward. Unfortunately, it only pads the bottom of the container and not...

feature-request

Currently when options like item sizes are changed I have to somehow force the component to redraw. It seems that emitting the options itself is not enough to trigger any...

feature-request

I want to make the entire page infinitely scrollable but also add several titles and hints at the beginning which will scroll away out of sight. look at it like...

feature-request

Here's a stackblitz that illustrates the issue. This just shows 60000 items. If you drag the scrollbar to the end, you should see Row: 59999 Item 59999. And it works...

Investigate

Hi Dinony, Do you plan horizontal scrolling? Thanks for your cool library!

feature-request

Ideally, this option would be able to make `itemHeight` be treated as a static height for only off-screen items, with items in the viewport being rendered with their normal dynamic...

feature-request