Zicrael / ngx-tree-dnd

Angular 7 support, data sortable draggable smart tree.
https://ngx-tree-dnd.stackblitz.io
MIT License
39 stars 11 forks source link

How to get all element with id and parent id after drop(onDrop) any element? #36

Open hirenkukadiya opened 5 years ago

hirenkukadiya commented 5 years ago

currently get have only target but we want all the parent and child records when any changes on tree.

Zicrael commented 5 years ago

Yes, okay no problem, soon I try update package and add this ability.

hirenkukadiya commented 5 years ago

thanks..