sortable
sortable copied to clipboard
A plugin to bring drag/sort capability to Livewire
# Context Dragging an item without fixed dimensions exhibits weird behavior. This is a well known problem on the `shopify/draggable` library itself and it offers a `constrainDimensions` option just for...
# Context Alpine version: `v3.9.0` Livewire version: `v2.7.2` Sortable version: `v0.1.0` # Problem When alpine is imported before this library it breaks and items can no longer be sorted. #...
This PR allows a user to define options using something like this `wire:sortable-group.options="{distance: 10}"`. The above code will only trigger the draggable once moved 10 pixels. Works great for draggable...
Hi. I need your help. I have Livewire component "Gallery": ```blade @if($imagesCount > 0) @foreach($imagesCollection as $image) @endforeach @endif @if($imagesCount < $maxImagesCount) @endif ``` and Livewire component "Gallery Item": ```blade...
Question like in the title. Is it possible to use (nested) Livewire components with Livewire Sortable? I am working on a project which have boards, which has groupsm which has...
This PR makes sure that the mirror element has the same width as the original element.
In Laravel 8 / livewire 2.7.2 /aiplinejs 3 app I added livewire-sortable "^0.2.2" and it works, but as it is rather big table listing in adminarea I want to make...
what if i need a third or nth level?
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I'm opening this issue to discuss the future of this "plugin" since I do actually think it has a place in the Livewire ecosystem. I understand that this plugin was...