You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how can I reorder a media collection without it becoming a laravel collection?
I am using livewire & livewire.sortable to manage images with an update form. however, once I sort the images they are returned as a laravel collection, breaking my view (as it relies on a SML collection).
so, can i reorder a SML collection without saving it to the db? (becasue the user may want to cancel any edits) and still maintain it as a SML collection?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
how can I reorder a media collection without it becoming a laravel collection?
I am using livewire & livewire.sortable to manage images with an update form. however, once I sort the images they are returned as a laravel collection, breaking my view (as it relies on a SML collection).
so, can i reorder a SML collection without saving it to the db? (becasue the user may want to cancel any edits) and still maintain it as a SML collection?
Beta Was this translation helpful? Give feedback.
All reactions