angular-virtual-scroll icon indicating copy to clipboard operation
angular-virtual-scroll copied to clipboard

Source for the sf.virtualScroll module for AngularJS

Results 11 angular-virtual-scroll issues
Sort by recently updated
recently updated
newest added

Hi, i'm trying to use this on my project but my list is populated with rows with a non fixed height, some items has images, other only text, etc and...

doc

Angular2 is here and was wondering, if you have support for angular2 in near future?

I attached a list of 400 elements and only 100 elements are showed.

There appears to be an error in total wrapper height calculation when there is a table header included. In the case where you have a search field on a table...

I use the directive with a div. The div renders fine, but with the subject's error, which I guess means the directive doesn't really work. Looking at the code: 425...

Great module! I have a horizontal use case where I put lots of divs with display:inline-block with fixed sizes in a div. When using !important in my css for the...

failure mode is currently to lock the event loop. makes debugging hard.

enhancement

Reproduction: 1. Visit http://demo.stackfull.com/virtual-scroll/#/biglist 2. Focus on the text 3. Hold "Page down" 4. It will page down several times but will stop after a bit Scrolling with a mouse...

I am trying our this directive with anglarFire. It all works well (thanks!), except when I remove an item from the list. I get these messages in the console: ```...

Hello, I've tried to use very very large data (150,000), where each element has 300px height. The whole viewport size is 800px. Code is here: {{$index}}: {{team}} test: {{test}} I'm...

doc