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

I have the following data: ``` "Conditions": [ { "Values": [ "test" ], "Operator": "Equals", "Condition Type": "Project Name Rule" }, { "Values": [ "flower" ], "Operator": "Contains", "Condition Type":...

Hi, I founded filterng issue. I was put filter text. and then changed data model (using store). but filtering was dosen't work. wolud you check this process? I think 'setModel'...

There is mechanism to auto check parent if all children are checked https://github.com/amsik/liquor-tree/blob/master/src/lib/Node.js#L124 It doesn't work properly if any child item is `checked: true` and `disabled: true` because it makes...

Hi, I was working with laravel-mix 5 and all was working fine. However, when i update to laravel-mix 6, apparently the compilations works fine, but in the browser I have...

Now there is only basic functionality of DND includes events (dragging:start, dragging:finish) Plans: - [x] Add `states` like `draggable`, `dropable` - [x] Callbacks for Drop/Drag start - [ ] Expand...

feature

Hi, how to get more info from selected node. If i pass data: [{ id: 1 isBatch: false, text:"Example", description:"Example description " }] is there any way to get description...

Seems there is a bug with "node.startEditing" and keyboardNavigation and deletion options when tied to vuex. Everything works without vuex but when tied to treedata from store the edit does't...

Is there anyway to refresh async data? i try with :data="getDataAsync" but not work. i don't know how to do this with options. it works just once with options but...

i am trying to use tree API to find root nodes. BUT i didn't get correct results **EXAMPLE DATA** ``` [ { text: 'Item 1' }, { text: 'Item 2',...

It's got to be in the .css somewhere. Can anyone point me to the right attribute? thanks!