Recently, I've been working on creating a drag and drop dashboard and stumbled upon an amazing nested list at this link.
This particular implementation uses the AngularJs JavaScript framework. However, since I don't have much experience with it, I would greatly appreciate it if someone could guide me in the right direction.
In the demo version, there are Dropzone A and Dropzone B, which are not draggable. My goal is to make these Dropzones draggable so that they can be reordered. For example, moving Dropzone B before Dropzone A or vice versa. Has anyone attempted this feature before?