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

Block the movement drag n drop #490

Open renanbarbalho opened 9 years ago

renanbarbalho commented 9 years ago

Hi guys, How to do I block the movement a specific item in my dashboard? I have six items and I want to block one (I want to remove the drag n drop the specific item).

Regards Renan

bondt commented 9 years ago

Have you tried implementing the draggable.start-callback ? You could check for a specific class on your widget and cancel the operation from the callback.