Knockout.js nested sortable bindings
Posted
by
user2391998
on Stack Overflow
See other posts from Stack Overflow
or by user2391998
Published on 2013-06-27T16:18:43Z
Indexed on
2013/06/27
16:21 UTC
Read the original article
Hit count: 325
knockout.js
|knockout-sortable
I am working with the knockout.js sortable plugin; however, I ran into a problem that I have so far been unable to solve. I have two sortable bindings, one for buckets and another for bucketItems. I am able to reorder bucketItems between buckets and between buckets; however, I am unable to reorder buckets. Would you have any idea why this would be? I am also using nested with bindings, but as far as I can tell, this is not what is causing problems.
I would greatly appreciate any insight you have to offer. Thank you so much for your time!
© Stack Overflow or respective owner