Is there a way to have a fixed draggable area like jQuerySortable does?
npm uninstall sortablejs --save
npm install https://github.com/friday/Sortable --save
Add options fallbackAxis: 'x' or 'y' and forceFallback: true.
Thanks, @TitanFighter ! Checked your commit. Maybe you can raise a PR for this. I feel that this will useful for many of the devs.
@parthibeyond This is not my commit. Regarding PR - the owner of SortableJS does not want to have such feature