Is it possible to drag and drop in Navigation Menus?
Is it possible to change the location of the menus on the left side and drag and drop them?
When I create a resource, menus appear, but I want the user to be able to customize the order of these menus.
![No description](https://cdn.answeroverflow.com/1328424819561074689/Screenshot_44.png)
4 Replies
you could order them out like this
creating a separate model for the menus and order them based on a given preference(relations were not included)
the drag and drop logic could be made with dragula or Sortable
in the frontend you would get something like this
which includes third-party scripts
Instead of pulling menus automatically from resourcelar. I thought I would save it to the db and synchronize it from here, but this way it didn't work for me.
i believe, that you might need a one to many relation based on the user to make those.
If I can manage to pull the menus from the db, I actually feel like the rest will come.