hootsuite / grid

Drag and drop library for two-dimensional, resizable and responsive lists
http://hootsuite.github.io/grid/
Apache License 2.0
3.57k stars 279 forks source link

Remove Drag #49

Closed dasilvans closed 9 years ago

dasilvans commented 9 years ago

Any "clean" way to disable drag and drop in all the elements? Thanks!! keep up the great work.

ovidiuch commented 9 years ago

Yes, there's a dragAndDrop option that defaults to true. Set it as false in the options you send to the plugin.

dasilvans commented 9 years ago

Thanks for the support and amazing library.