checkbox
Optional. Adds checkboxes to tree items
checkbox?: boolean;
Example
const tree = new dhx.Tree("tree_container", {checkbox: true});
Related sample: Tree. Inline editing, drag-and-drop and checkboxes
Optional. Adds checkboxes to tree items
Example
const tree = new dhx.Tree("tree_container", {checkbox: true});
Related sample: Tree. Inline editing, drag-and-drop and checkboxes