We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I scroll down everything is perfect and fluid, however the moment I scroll up it loads all the items and the events stop working.
<virtual-scroller class="w-100 h-100" #scroll [items]="estrenos" (vsEnd)="loadData($event,'estrenos')"> <app-portada class="col-6 p-1 d-inline-block" *ngFor="let item of scroll.viewPortItems" [rout]='"s"' [seccion]='"estrenos"'></app-portada> </virtual-scroller>
The data is loaded 10 by 10 from a call to an api. Does anyone have any idea why it might be?
Thanks !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I scroll down everything is perfect and fluid, however the moment I scroll up it loads all the items and the events stop working.
The data is loaded 10 by 10 from a call to an api.
Does anyone have any idea why it might be?
Thanks !
The text was updated successfully, but these errors were encountered: