Hi!
I’d like to ask you Guys, is it possible to use or create a virtualscroll out of an ion-list?
I am trying to use it in a simple div or ul without success…
Thank you!
Hi!
I’d like to ask you Guys, is it possible to use or create a virtualscroll out of an ion-list?
I am trying to use it in a simple div or ul without success…
Thank you!
Not sure I follow, could you explain a bit more?
Hhumm, I would like to do something like this:
<ul [virtualScroll]="items">
<li *virtualItem="let item">
{{ item }}
</li>
</ul>
But it seems that I just can use it with an ion-list?
Its not working that way…
Thank you for your help!
I am still trying to find a way to create virtual scroll in an ul-li…
Any help?