angular-vs-repeat
angular-vs-repeat copied to clipboard
Virtual Scroll for AngularJS ngRepeat directive
In the given demo: http://kamilkp.github.io/angular-vs-repeat/#?tab=7 Type size of the array e.g. 50 000, scroll down to the last item and then change it to 1. Nothing happens. However, look into...
Trying to use this library to manage the rendering of 3000+ horizontal SVG lines. Here's my current ng-repeat: ``` ``` Getting stuck on the SVG tag height when trying to...
I have a table that has 53 rows and 22 columns. I hooked up vs-repeat and it works great. It took off seconds to load the table. It has a...
This is happening when we expand one element in ng-repeat and if I am scrolling on the child element, it is actually thinking that we are scrolling the parent ```...
Can you make it that when you have a big vs-excess, you are able to scroll to a min number of items that are offscreen (but rendered) before you render...
See your demo, left repeat, you can use pagedown once, and then it does not work anymore, right repeat without vs repeat, pagedown en pageup work as expected
Is it possible to specify a container height (as an option) rather than make use of ClientHeight?
See the example pages: http://kamilkp.github.io/angular-vs-repeat/#?tab=8 Trying to scroll the list on safari results in the list halting unexpectedly. I've tried to debug the root cause but I was unsuccessful. Adding...
Steps to reproduce: 1. Page: http://kamilkp.github.io/angular-vs-repeat/#?tab=1 with content visible 2. Scroll to the middle of the item list 3. Run `angular.element(document.body).scope().items.collection.length = 0` in the console to clear the items....
I would like to load additional data when the end of the scrollbar is reached and there is additional data available on the server. The method would be responsible for...