akoenig / angular-deckgrid

A lightweight masonry-like grid for AngularJS.
http://akoenig.github.io/angular-deckgrid
MIT License
1.1k stars 191 forks source link

Virtual Scroll #103

Open austincondiff opened 8 years ago

austincondiff commented 8 years ago

Is there a way to virtual scroll with deckgrid? It is extremely beneficial when dealing with large amounts of data. I am looking for a solution for a stream that's end is indefinite. So it would also need to be able to lazy load, but that might be a separate issue.

dragondgold commented 8 years ago

I'm looking for this too, did you manage to do it in some way?

austincondiff commented 8 years ago

Use https://github.com/s-yadav/angulargrid Docs: http://ignitersworld.com/lab/angulargrid/index.html#infinte-scroll

Good luck!