-
Hello, Here’s an example of my current setup:
Has anyone worked on a similar implementation or can suggest the best way to handle this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, I guess you already saw the documentation for drag & drop. This showcases a simple example of how you can drag & drop items by using the ngx-drag-drop library. The payload of your sidebar menu item as well as the dragging behavior is managed by this external library. Hence, I would advise you to check out the documentation on that library and create a ticket there if the functionality is not working as intended. However, for this simple example you have 2 steps to follow:
Example:
Adjust accordingly to your usecase. |
Beta Was this translation helpful? Give feedback.
thank you so much for your response!
I’ve already implemented a solution, but I’m concerned it might not be as clean or well-structured as it could be. However, it does work, and here's what I’ve done: