You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have used this package for ordering a list.
The scenario is as mentioned below
left right
recipe 1
recipe 2
recipe 3
recipe 4
Initially, I have 4 recipes in my left list and no recipes in my right list. left
recipe 1
recipe 2
recipe 3
recipe 4
Then I select 4 recipes from the left and put it in my right list in the order below
right
recipe 1
recipe 4
recipe 3
recipe 2
I now save it to my database.
If after saving when I want to edit it and reorder it then it takes the same order as the saved one whichever way I select it
If I select recipe 3 before 4 then also finally recipe 4 is reflected before recipe 3
My question here is how can I reset this default order and allow the order to be taken based on selection.
eg: if recipe 3 is selected before recipe 4 then it should appear above recipe 4 and not the other way around.
Thank you!! in advance.
The text was updated successfully, but these errors were encountered:
Hello,
I have used this package for ordering a list.
The scenario is as mentioned below
left right
recipe 1
recipe 2
recipe 3
recipe 4
Initially, I have 4 recipes in my left list and no recipes in my right list.
left
recipe 1
recipe 2
recipe 3
recipe 4
Then I select 4 recipes from the left and put it in my right list in the order below
right
recipe 1
recipe 4
recipe 3
recipe 2
I now save it to my database.
If after saving when I want to edit it and reorder it then it takes the same order as the saved one whichever way I select it
If I select recipe 3 before 4 then also finally recipe 4 is reflected before recipe 3
My question here is how can I reset this default order and allow the order to be taken based on selection.
eg: if recipe 3 is selected before recipe 4 then it should appear above recipe 4 and not the other way around.
Thank you!! in advance.
The text was updated successfully, but these errors were encountered: