Kostiantyn

Results 70 comments of Kostiantyn

Data structure: ```javascript const data = [ { text: 'Item 1', data: {id: 1} }, { text: 'Item 2', data: {id: 2} } ] ``` This ID is not generated...

Hi. Please check the new version (0.2.59). By default disabled nodes will be checked. But you can add a `checkDisabledChildren` property. ```javascript const options = { checkbox: true, checkDisabledChildren: false...

Please check a new version

Hi! I will fix it as soon as possible.

Hi. Please check: https://jsfiddle.net/gjmou9fa/

I've added a new event: `node:clicked`. You can try it in the new version (0.2.54)

Hi! Please check: https://amsik.github.io/liquor-tree/#Custom-Node You can override the default renderer and add a whatever you want :)

Hi! Please check this issue: https://github.com/amsik/liquor-tree/issues/4 Not yet planning to make the data reactive. Not you're able to to like: ```javascript this.$refs.tree.setModel(newData) ```

Hi! Can you show an example somewhere? jsfiddle or similar