Vue.draggable: Need fixed draggable axis

Created on 27 Oct 2018  路  3Comments  路  Source: SortableJS/Vue.Draggable

Is there a way to have a fixed draggable area like jQuerySortable does?

All 3 comments

See this

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Leadaxe picture Leadaxe  路  3Comments

steffanhalv picture steffanhalv  路  3Comments

Kgwkgwkgw picture Kgwkgwkgw  路  3Comments

AnnaStuehlmeyer picture AnnaStuehlmeyer  路  3Comments

patpaskoch picture patpaskoch  路  4Comments