gridster.js
gridster.js copied to clipboard
Anyway to bind new widgets to jquery draggable event.
Hi I am looking to drag new widgets into a gridster. How do I bind a new widget instance to a jquery draggable event. Any ideas or tips would be great.
Have a read through https://github.com/ManifestWebDesign/angular-gridster/issues/69 It may give you some ideas.
Not sure if this is any help, but in a project i am currently part of we have decided to switch to the angular-gridster. we had problems using this version where as the two way data-binding of angular enabled us to get around the problem of drag and drop new widgets. https://github.com/logicbomb/lvlDragDrop & https://github.com/ManifestWebDesign/angular-gridster . Hope this is of some help to others.