ng2-tree icon indicating copy to clipboard operation
ng2-tree copied to clipboard

Angular tree component

Results 103 ng2-tree issues
Sort by recently updated
recently updated
newest added

How to select the first node when the tree init

Hi. I want to place the Tree inside a Container with limited width (e.g. col-2 in Bootstraps grid system). However if i have an element which needs more space (from...

bug

Hallo, I'm working on a tree where, when clicking on a leaf node of a branch, could follow an action to disable another branch. For me "disable" means: neither check...

Hi. Using Angular 6 and building the application for production (AOT). When creating the tree it gives this error and the tree is not created. :-(

Using the latest version of ng2-tree. Getting the same error as described in - https://github.com/kelektiv/node-uuid/issues/252. (with node v9.11.1 and npm 6.0.1 ). As per the issue reported - upgrading uuid...

So, im getting data from the database and it's something like this: _{ "nome": "ESTABELECIMENTO A", "children": [ { "nome": "Departamento A", "children": [ { "nome": "Serviço A1", "children": []...

At beginning of readme there is controller section that index all controller actions. Why isnt expandToParent and few others listed there. The docs would benefit from more clear organization, perhaps...

Can we add different styling for parent and children nodes? We require a custom styling setting for the whole node component i.e whole "ul" element. Is it possible to add...

Dear, I would like to ask if we can apply search input to filter the tree

Hello, when i set property rootIsVisible of Ng2TreeSettings to false, the root tree node is still displayed. The other properties (showCheckboxes, enableCheckboxes) work correctly.

bug