vue-draggable-nested-tree icon indicating copy to clipboard operation
vue-draggable-nested-tree copied to clipboard

Different css for each node.

Open lucasjulian opened this issue 7 years ago • 1 comments

Hi, first thnaks for your work, I really appreciate it.

I started to make a prototupy for something I want to develop. See: https://codepen.io/ldlcjulian/pen/GwxJKY

I need to generate 2 type of item for this tree. Let me explain, I would like to have "groups" and "layouts".

Groups can contain layouts. But Groups need to have different style, is it possible ?

Regards.

lucasjulian avatar Nov 22 '18 13:11 lucasjulian

https://github.com/phphe/vue-draggable-nested-tree#node-properties check: style: {}, class: '', innerStyle: {}, innerClass: '', innerBackStyle: {}, innerBackClass: {},

phphe avatar Nov 26 '18 13:11 phphe