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.03k stars 1.2k forks source link

Gridster with Meteor or a reactive framework #533

Open santosh79 opened 9 years ago

santosh79 commented 9 years ago

Hi, Is there a way to prevent Gridster from updating the DOM after someone drops an item in a new place. Since, I'm using Meteor, I would like Meteor to handle DOM updates by recording the new position of the item in the database and having the UI reactively update itself. Is this possible?

In the draggable.stop event handler I tried returning false, but that didn't work.

Thanks