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

how to skipRender on handleSortOrderChange?

Open jayenne opened this issue 3 years ago • 0 comments

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?

jayenne avatar Dec 21 '21 13:12 jayenne