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

Hi, I am displaying a full screen modal on top of a sortable list. However, when the modal is displayed, the underlying list can still be sorted. It would be...

When trying to render the components in Livewire, I throws: > syntax error, unexpected 'endif' (T_ENDIF), expecting end of file (View: /home/user/laravel/vendor/asantibanez/laravel-blade-sortable/resources/views/components/sortable-item.blade.php) Livewire: 2.3.17 Laravel: 7.30.4 After further inspection, when...

when I dont use the "formesm" component it work flawlessly. but using it when I sort in the same div it work but when I drag to another div (groupe)...

I am getting error when I drag and drop a sortable item. When I remove wire:onSortOrderChange="handleOnSortOrderChanged", it works. Method was properly added to livewire component. Anyone knows how to fix...

Hello, I'm getting this when trying to update/install on laravel 9 project: ``` composer require asantibanez/laravel-blade-sortable Using version ^1.3 for asantibanez/laravel-blade-sortable ./composer.json has been updated Running composer update asantibanez/laravel-blade-sortable Loading...

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l10-compatibility`...

Is there any way to skip or disable any of the item from the sortable list? May be something like? ![image](https://github.com/asantibanez/laravel-blade-sortable/assets/26641709/a6685de8-05d0-4731-997f-c47ddec69d8c)

As this project seems to be dead (sad because this package is pure gold!), have anyone forked this to work with Laravel 10?

Hey, I have noted that the documentation notes that the `handleSortOrderChange ` is a method used with `livewire`, is there a way of catching that data when am not using...