angular-virtual-scroll
angular-virtual-scroll copied to clipboard
No redraw element in list
I attached a list of 400 elements and only 100 elements are showed.
<my-card class="track_card" sf-virtual-repeat="i in grid"
...
</my-card>
I did a console.log of grid variable and It has 400 elements.