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

Handling Order Changes without live wire #27

Open Marshud opened 1 year ago

Marshud commented 1 year ago

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 Livewire?