asantibanez/laravel-blade-sortable

how to skipRender on handleSortOrderChange?

Opened this issue · 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?