using a draggable as a source list links items added to a sortable together?
问题 excuse the hacked together sample http://jsfiddle.net/marcmeans/SqrBf/1/ If you add an item from the available students to Table3 twice and then try and move one from Table3 to Table2, both disappear. I note as well that when I'm generating a new guid for the item added to Table3, the arg.item seems be a reference to the item in the source list and not a clone. This creates a link in knockout where if I update one I update them all. I'm assuming that I am doing something wrong here, but I'm