ulou
ulou
There is check instead of square when not all children of particular node are selected. It should work like this: http://jsfiddle.net/vakata/2kwkh2uL/4488/ What else, if I select some child nodes without...
How can I get all selected nodes? In `jstree` was something like this `$("#divtree").jstree("get_selected",true)` For now I using something like this: `this.$refs.jsTree.data` and filtering tree by `selected` field.
System info: yarn: `1.22.10` node: `14.15.0` npm: `6.14.5` system: `windows 10 64bit` I just fetched: https://github.com/codesbiome/electron-react-webpack-typescript-2020 then run: `yarn add winax` then import in `app.tsx` then add in `app.tsx` following...
Do you consider updating library to newest angular2 version?