rintoj / ngx-virtual-scroller

Virtual Scroll displays a virtual, "infinite" list.
https://rintoj.github.io/ngx-virtual-scroller
MIT License
977 stars 294 forks source link

Are you still maintaining this library? #548

Open SebastianStehle opened 1 year ago

SebastianStehle commented 1 year ago

I like the library and as of now, it is the only component that supports flexible item heights. It is really great.

But it is sad that it is not maintained anymore. What is the current status?

Would you make an upgrade to angular 15 and ivy? I would also donate for that.

J-N-R commented 1 year ago

For anyone else wondering this, I've been using a really nice fork by iharbeck. Check it out here:

https://github.com/iharbeck/ngx-virtual-scroller

lincolnthree commented 1 year ago

There is another library (not a fork) that I think deserves a look: https://github.com/lVlyke/lithium-ngx-virtual-scroll

It's actually quite simple, supports responsive changes to the viewport size very well, and is quite configurable. Just make sure you specify both [itemHeight] and [itemWidth], or it wont render more than one item.

I think with a little love, and maybe a few features brought over from this lib, this one has a LOT of potential. We are going to try it in our app and see how it goes.

SebastianStehle commented 1 year ago

Thanks, but I am explicitly looking for solutions with flexible item height.

Sergiobop commented 1 year ago

https://github.com/iharbeck/ngx-virtual-scroller is the way THANKS @iharbeck