tiberiuzuld / angular-gridster2

Angular gridster 2
https://tiberiuzuld.github.io/angular-gridster2
MIT License
1.28k stars 376 forks source link

Swapping and dragging issue #753

Open tanmaya-git opened 3 years ago

tanmaya-git commented 3 years ago

I enabled swap, draggable and pushItems in gridster options. I want to be able to swap, resize the gridster items but not move it around on the gridster. But when I set the disablePushOnDrag to true, it still pushes the elements while trying to swap.

AndeYashwanth commented 2 years ago

You should set pushItems to false if you dont want the items to be moved around.