Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70439

Reorder group + virtual scroll = problem

$
0
0

Hello everyone,
I tried to combine virtual scrolling and reorder groups like this:

<ion-reorder-group (ionItemReorder)="doReorder($event)" disabled="false">
    <ion-virtual-scroll [items]="items">
      <ion-item *virtualItem="let item">
        <ion-label>
          {{ item }}
        </ion-label>
        <ion-reorder slot="end"></ion-reorder>
      </ion-item>
    </ion-virtual-scroll>
  </ion-reorder-group>

But the problem is that I just can’t select only one item, the entire list is always dragged.
Is there a solution to both have a successful list since I work on large sizes and to be able to drag and drop?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 70439

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>