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

Sort between groups, not inside #5

Closed nam-co closed 3 years ago

nam-co commented 3 years ago

Hi Andres , thanks for everything, I was wondering if its possible to limit the sorting in a group it self, for example you can drag from A to B, but not change the positions in A itself, appreciate any help, thanks

Screen Shot 2021-04-02 at 2 01 00 PM

Basically:

  1. Allow from A to B
  2. Don't allow from B to A
  3. Don't allow sorting inside A
  4. Allow sorting inside B
asantibanez commented 3 years ago

Available in the next release @nam-co 👍

nam-co commented 3 years ago

Gracias Andres, I think is a useful feature