rniemeyer / knockout-sortable

A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
MIT License
547 stars 128 forks source link

Draggable not working #114

Closed projecteon closed 9 years ago

projecteon commented 10 years ago

I cannot get draggable to work, not even when swapping sortable for draggable in your examples. (Shows only one item: result)

rniemeyer commented 9 years ago

Do you have some sample code that I can look at? Here is one sample: http://jsfiddle.net/rniemeyer/AC49j/

mfolkeseth commented 9 years ago

Here is a simple example of how to drag from a list to a sortable list: http://jsfiddle.net/s0pzzqLd/3/

rniemeyer commented 9 years ago

Feel free to re-open, if one of these samples doesn't help and you have further questions. @matifol - thanks for the example.