Sortable and droppable knockout list

2019-02-19 14:44发布

问题:

I have a list that needs to be draggable. For simplicity lets have the items only be "boy" and "girl". I have another list "friends" that you can drag "boy" and "girl" into then set properties such as name, age, height, etc. This list also needs to be sortable (drag and drop).

Basically I want to add items to the "friends" list by dragging in either a "boy" or "girl" but I'm not sure how to get the two lists to interact using knockout.

回答1:

Ryan Niemeyer has written great article about dragging and dropping with knockout:

http://www.knockmeout.net/2011/05/dragging-dropping-and-sorting-with.html

Ryan Niemeyer has authored a Knockout plug-in for this purpose:

  • https://github.com/rniemeyer/knockout-sortable

Here is an updated blog entry:

  • http://www.knockmeout.net/2012/02/revisiting-dragging-dropping-and.html