-
Notifications
You must be signed in to change notification settings - Fork 3.7k
How to drag and drop between two different lists? #1474
Copy link
Copy link
Closed
Description
Problem:
I have two different lists. I can drag and drop one list item to another list. But all data in the list item is dropped in another list. I only need some fields value of dragged list item are dropped. For example, one list has 3 fields: id,name,date. I only need id and name to be dropped.
How can I do it? Thank you.
JSBin/JSFiddle demonstrating the problem:
Before you create an issue, check it:
- Try master-branch, perhaps the problem has been solved;
- Use the search, maybe we already have an answer;
- If not found, create an example on jsbin.com (draft) and describe the problem.
Bindings:
- Angular
- React
- Polymer: https://github.com/SortableJS/polymer-sortablejs/issues
- Knockout: https://github.com/SortableJS/knockout-sortablejs/issues
- Meteor: https://github.com/SortableJS/meteor-sortablejs/issues
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels