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

Is there a way to disable drag on my items? #48

Open ddelapasse2 opened 5 years ago

ddelapasse2 commented 5 years ago

Looks like a very nice tree, but I didn't see a way to mark some items (ie my top level folders) so that they can be locked and not dragged. I realize I could disallow the drop, but this would be a better user experience.

Zicrael commented 5 years ago

@ddelapasse2 thank you for feedback, I will try rebuild this tree and make it better in future.

ddelapasse2 commented 5 years ago

Thanks! I do see the draggable property - if I could set that in the input json that would be perfect!

Zicrael commented 5 years ago

@ddelapasse2 I think you can. If not sorry, it was my 1st package and I just started my way in open source. Now I have more experience and will create a better and more necessary packages.