hejianxian / vddl

🦄 Vue components for modifying lists with the HTML5 drag & drop API.
http://hejx.space/vddl
MIT License
394 stars 75 forks source link

Tree View support? #2

Closed syska closed 7 years ago

syska commented 7 years ago

This looks awesome ... I'm looking for something like this and it's the best for VueJs I have found yet.

But I'm looking for something a little different. I need to edit a tree view of nodes and move them around like the container part ...

Something like this, besides it's for angularjs: https://angular-ui-tree.github.io/angular-ui-tree/#/basic-example

Is that a big new thing for vddl or could this be easily implemented ... I can see most of the stuff is supported in some way already.

hejianxian commented 7 years ago

@syska Thank you!

I'm not quite sure. But if the elements from the layout to do some changes, it should be able to achieve the effect of tree. Or, I can try to write a tree demo later.

syska commented 7 years ago

@hejianxian

Would be awesome with a demo if possible ...

Thinking about it ... I guess I could style this: http://hejx.space/vddl-demo/#/nested

I will let you know if I run into any problems ...