laravel-blade-sortable icon indicating copy to clipboard operation
laravel-blade-sortable copied to clipboard

Custom Blade components to add sortable/drag-and-drop HTML elements in your apps.

Results 19 laravel-blade-sortable issues
Sort by recently updated
recently updated
newest added

Hello, The problem i'm having is to NOT have linked drop zones. I would like to have just 2 listings A and B. You should not be able to drag...

Hey there, great package! I'm wondering if I'm missing something -- is there a way to get the updated sort list for both the `from` and `to` groups when updating?...

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...

This PR allows using your package with Laravel 9.

I've a sortable group of 'current' and 'available' models. On the controller's `handleSortOrderChange()` I'm creating an attach list and a detach list to implement on submit. My problem is that...

hi, Could i ask for an option to append / prepend for when dropping whilst allow-sort is false please? It seems strange to be able to drop anywhere on an...

I have the following code for the drag handle: ```php Jason Drag Andres Drag Matt Drag James Drag ``` But you can now drag the element if you are outside...

Added AlpineV3 compatibility

It currently doesn't work with new version of Alpine. Is there any plans for alpine v3 support?

I am trying to use the package with defer modifier and it does not work. I want to first sort all of my images and when I click the save...