angular-vs-repeat icon indicating copy to clipboard operation
angular-vs-repeat copied to clipboard

Virtual Scroll for AngularJS ngRepeat directive

Results 107 angular-vs-repeat issues
Sort by recently updated
recently updated
newest added

Hi, First of all, great project, thank you! If I want to add **anchorScroll** or **scrollTo** functionality to the vs-repeat structure, what will be the best way to do it?...

Hello, I have this piece of code: ```html {{row.name}} ``` with class 'table': ```css .table { display: table; height: 250px; overflow: auto; } ``` This is breaking the behavior of...

I have been evaluating if I can use this plugin for one of my projects. This plugin works great with multiple divs on the page with each having dedicated scroll...

Is this implementation extensible for list items whose size is not known up front? I have a scenario where my item sizes are not known until the list is rendered.

Your license states that "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.", but I notice that the minified...

Hi, I saw you've written `all rendered elements must have the same height/width or the sizes of the elements must be known up front`. Let's assume I have a treeview...

I'm displaying tables of a few thousand entries in a table of 50-100 lines. vs-repeat looks perfect for what I need but it is not working for me. I use...

Can you develop and support for object type collection. I really need that. Thanks in advance.

it is nice to reduce $$watchers and i am going to use it in our application but little bit struggling with dynamic height of container and pagination. Please help me...

Would be great if we had a method to get all items visible in viewport (including items in vs-excess)? I'm looking to filter the items on the screen first, then...

enhancement