Drag & Drop in the tree view

I would like to know if the tree view support drag & drop such as the example here https://angular2-tree.readme.io/docs/drag-drop.

If not, can I implement it? Thank you.

Hi @Hatem_Husam,

No, the Tree component doesn't support drag and drop at the moment. Could you please let us know what your requirement is?

I can speak to this. We are designing a set of Tags that are customizable. Users can edit the tag and change where a given tag is in the hierarchy. In lieu of drag and drop, it is very time consuming process to change the parent of a given value in the hierarchy.