Is there a way to use drag and drop feature on items if the DOM tree is not ion-list > ion-item
but rather ion-list > CustomComponent > ion-item
? I get always 0 on fromIndex, toIndex.
By looking at the code it seems impossible
Is there a way to use drag and drop feature on items if the DOM tree is not ion-list > ion-item
but rather ion-list > CustomComponent > ion-item
? I get always 0 on fromIndex, toIndex.
By looking at the code it seems impossible