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

Support for smooth rendering on scroll #76

Open orrgal1 opened 9 years ago

orrgal1 commented 9 years ago

I found that whenever i add a bunch of cards to the underlying collection (model) the whole grid renders from scratch. My fix is to check if this is the first batch and if not then just add the cards to the existing columns. Hope you find it useful enough to merge.