views:

18

answers:

0

Hi Guys,

I will try to make it short: I am trying to figure out how to integrate these 3 functionalities into my application. I have a list of items (1), which I want to make it sortable. I would also like to make each one of the items draggable, in order to drop them on a droppable area outside of (1). Now, the hard part: On top of this, I want the possibility to group draggable items to either sort or drop on the droppable area (the group ot items would be for instance items selected by the user). I have seen a solution in stackoverflow to group draggable items, using the helper of the draggable. That, I have reached so far. But to sort them? Anyone has a clue how to do this? Thanks