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
I have built a custom app for a client to sort class lists, the way the data is structured some classes have two different program types in the same class list and they need to be split apart in the frontend (fun fun). The ideal scenario would be to show the separated programs on the same page and allow the user to sort them independently from each other. Both lists are also nested so the user can sort each student and each class into different configurations. I am currently using React Beautiful drag and drop and it does not support multiple lists or mobile very well.
TLDR;
Can someone tell me if they have been able to achieve multiple separated nested drags and drops on the same page with the use of the group naming option in this library?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have built a custom app for a client to sort class lists, the way the data is structured some classes have two different program types in the same class list and they need to be split apart in the frontend (fun fun). The ideal scenario would be to show the separated programs on the same page and allow the user to sort them independently from each other. Both lists are also nested so the user can sort each student and each class into different configurations. I am currently using React Beautiful drag and drop and it does not support multiple lists or mobile very well.
TLDR;
Can someone tell me if they have been able to achieve multiple separated nested drags and drops on the same page with the use of the group naming option in this library?
TIA
Beta Was this translation helpful? Give feedback.
All reactions