I have a Slide Entity which has a position field. I use this Entity to display a SlideShow in a frontend page.
So what I want to do in the admin dashboard is to be able to drag n drop each slide and set correct numbers in position fields.
I saw there are a "sortable" option in ManyToOne relation. But here I don't have ManyToOne relation.
Thanks !