asantibanez / laravel-blade-sortable

Custom Blade components to add sortable/drag-and-drop HTML elements in your apps.
MIT License
409 stars 79 forks source link

allow-drag=true|false #21

Open Hesesses opened 2 years ago

Hesesses commented 2 years ago

Hi,

Would be nice to have allow-drag=true|false

This would disable dragging from the container.

For example I have lists A, B and C

I want to move items from A and B to C I dont want to move items from C to anywhere

asantibanez commented 2 years ago

This sounds like a good addition. Do you mind adding a PR for it? Thanks.