liquor-tree icon indicating copy to clipboard operation
liquor-tree copied to clipboard

Tree component based on Vue.js

Results 104 liquor-tree issues
Sort by recently updated
recently updated
newest added

typo in index.md corrected

Hi, first, thank you for your work, very helpful! I have a problem, when I refresh my tree data like this : this.$refs.tree.tree.setModel(newData); The data is well refreshing but all...

I am trying to get my child nodes async. When ever the user opens root node, I am hitting a service and getting children and grand children at the same...

Is there a way to block nodes from collapsing / expanding? We have a form as subnode which has to be evaluated. Once the form is invalid every node collapse...

Hey guys, First of all, I wanted to say that I love this library. Is is awesome. One issue I have is that when trying to use the dnd in...

I'm trying to load my JSON returned from the API, but it doesn't work, it could help me solve it. Here is the code: import { mapState } from 'vuex'...

Hi, guys, please take a look at the feature I've just added. I love your component and always wanted this feature to be implemented because it makes the user experience...

Please advise. I am trying to listen for the "node:added" event in order to perform some work on new nodes that people add into my tree. I've noticed that the...

Hey, Is there any option of way to define drag'n'drop handle for tree items? When you don't want to make whole item draggable and allow dragging it only woth certain...

I would like to accept only 'drag-on' in my app. Is it currently possible to only allow drop on an expandable node?