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

how to skipRender on handleSortOrderChange? #17

Open jayenne opened 2 years ago

jayenne commented 2 years ago

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 the teo group's keep refreshing to the initial state af each call t ohandleSortOrderChange() ... how can i skip the render please?