@yasirpanjsheri wrote:
I guess the question title is self explanatory... I am trying to understand the logic implemented in the server-side (I am using loopBack).
In the mobile app I am using
ionItemReorder... where it reorders a list of items/objects based on their indexes in the array , however, how do I save the reordered list back to the server maintaining their position in the array.currently, I have http call methods such as, i.e. getUserEmails() // returns list of emails (objects) , addUserEmail() , deleteUserEmail() ...
Posts: 1
Participants: 1