count of ui.tree, Methods Webix Docs
returns the number of currently visible items (counts both parent and child nodes)
number count();
| number | the number of visible (opened) items |
Example
tree = webix.ui({
view:"tree",
...
});
tree.count();
Related samples
See also
Articles
If you have not checked yet, be sure to visit site of our main product Webix javascript ui framework and page of javascript tree control product.