vue-drag-tree-demo icon indicating copy to clipboard operation
vue-drag-tree-demo copied to clipboard

A Vue.js Drag And Drop Tree Components. Sortable. || Demo

Results 2 vue-drag-tree-demo issues
Sort by recently updated
recently updated
newest added

From usability point of view this package is really great. However I feel there should be an option to expand/close all nodes. Perhaps this could be achieved by extra prop...

Hi, Can you please add this code in DragNode.vue? // check if children and open all child on click ` if (this.$children && this.$children.length > 0) {` ` // If...