ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.04k stars 1.2k forks source link

Prevent moving one or more another elements #608

Open ddubois2 opened 3 years ago

ddubois2 commented 3 years ago

Hello,

I am using Gridster.js, thank you for this great job.

I would like to prevent one element from moving another.

So when I move one element on top of another, I would like it to prevent dropping it and moving one or more elements, just put it aside like pictures is showing.

Is it possible ?

Thank you in advance.