Hello,
I've just found that is impossible to change sortable options for some items. What I trying to do:
- drag item with class .noConnect
- I should not be able to drag this item to connected list
- drag ordinary item from same list without class .noConnect
- item can be dragged to connected list
I've already tryed change option after sorting start with start() callback, but with no effect.
Any ideas?