rniemeyer / knockout-sortable

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

sortable items has sub items #157

Open kooboo-binbin opened 8 years ago

kooboo-binbin commented 8 years ago

I have a Scenario that a sortable items has some sub items. the sub items should not be moved to other sub items. How can I fixed it.

http://jsfiddle.net/lovebanyi/p1phowqg/

rniemeyer commented 8 years ago

@kooboo-binbin - I'm not sure that the fiddle that you linked is right. Can you check it to see if it shows your problem? Thanks!

kooboo-binbin commented 8 years ago

@rniemeyer I updated the fiddle URL. can you check again.