Mobius1 / NestableJS

JS library for drag & drop hierarchical lists
MIT License
11 stars 5 forks source link

Ability to disable nesting only or dragging only, data-nestable-disabled attribute functionality #1

Closed lubomirblazekcz closed 3 years ago

lubomirblazekcz commented 3 years ago

Hello,

I am wondering if it would be possible to add parameter to select what to disable.

Example data-nestable-disabled="nesting" would disable nesting new items into it, but you could still drag the item itself wherever you want. And data-nestable-disabled="dragging" would disable dragging, but you could still nest items into it.

Also, really great work on the lib. Finally great jquery free nestable alternative :)

Mobius1 commented 3 years ago

Implemented in v0.2.0

Reopen if needed.