sortable
sortable copied to clipboard
A plugin to bring drag/sort capability to Livewire
Added "old" field, for compare with "order" and change in backend only the new sorting items
Bumps [terser](https://github.com/terser/terser) from 4.6.7 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
See this screencast: https://www.loom.com/share/84679eebf4c34e43b6ea4875aa7aa126 I created 10 `` then I tried dragging #10 to #2 position, but after that, the sequence just resets. ``` @foreach (range(1, 10) as $n) {{...
This code in src/index.js claims to "take care of new items added from Livewire during runtime". ``` if (directive.modifiers.includes('item-group')) { // This will take care of new items added from...
I was wondering if there was an undocumented defer option (or all the modifiers that exist on `wire:model`) so that we can better control how often a request is made....
Added `wire:sortable-group.handle` to docs and example :)
Hi I have created a new attribute called "wire:sortable.ignore". I needed a function that would ignore elements within the draggable element. It works by simply adding the attribute to the...
When working with a lot of items in a sortable, I think that will require a lot of request in the database. So I was trying to find a way...
The drag and drop working fine but I have to scroll manually every time I try to rearrange a long list. Is there a solution for this issue? . 
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...