Hi, I need the reorder button in an ion-list on the left side.
I tried item-left and item-right and also with css I wasn’t able to get this working.
Any hints? Thanks!
Hi, I need the reorder button in an ion-list on the left side.
I tried item-left and item-right and also with css I wasn’t able to get this working.
Any hints? Thanks!
Could you post some code? Little bit hard to tell if there’s something wrong without some example code you’ve used
I used the normal code:
<ion-list reorder={{reorder}} (ionItemReorder)="reorder($event)">
<ion-item class="schuelerliste" *ngFor="let item of item; let i=index" [class.activeHighlight]=activeHighlight[i] (click)="b(item)">
{{item.name}}
</ion-item>