It’s possible to do the virtualScroll with cards? And how to properly set the approxItemHeight
, because the docs don’t give an example.
It is possible. Set like this <ion-list [virtualScroll]="people" approxItemHeight="100px">
1 Like