kamilkp / angular-vs-repeat

Virtual Scroll for AngularJS ngRepeat directive
http://kamilkp.github.io/angular-vs-repeat/
MIT License
818 stars 228 forks source link

display many elements in each row of the vs repeat #188

Open odedsalem opened 6 years ago

odedsalem commented 6 years ago

my elements in the vs repeat are inline-block and the parent is re-sizable so if the parent gets bigger more than one element is displayed in each row but vs-repeat is not aware of that so the number of rows are not enough. is it possible to do this with angular-vs-repeat?