angular-tree-component icon indicating copy to clipboard operation
angular-tree-component copied to clipboard

A simple yet powerful tree component for Angular (>=2)

Results 113 angular-tree-component issues
Sort by recently updated
recently updated
newest added

Im wondering can I assign DisplayField with more than 1 values? For example, the normal situation is ``` nodes = [ { _id: '1', title: 'root1', nodes: [{_id: '3', title:...

enhancement

Hello I'm trying to use ngrx to store my tree and update it when changes are made. Is there a non complicated way to save and update the ngrx store...

Our application has four modules (AppModule, CoreModule, LazyLoadedModule1 and LazyLoadedModule2). There is a component in LazyLoadedModule1 that has a tree-root setup for drag and drop using the example code from...

I have a tree which his nodes are update async(using lazy loading). I have notice a strange issue where I want to update the nodes directly by change the data...

I'm having trouble understanding the documentation for the treeNodeFullTemplate with regard to creating a drag handle. Please see my comment on [Issue No. 75](https://github.com/500tech/angular-tree-component/issues/75) Any help would be greatly appreciated!!...

PLEASE READ CAREFULLY! # Reproduce Please introduce a way to control the tabindex on tree checkboxes. According accessibility guidelines (referenced belowe), checkboxes should have a negative tabindex, so that they...

Hi, I recently discovered this bug. If I call function `treeModel.update()` inside event `activate` on tree the scrollbar scrolls to the top of the tree. I want to load more...

bug

Please add option **allowCloneNode** for disabling node copying by dragging and holding the ctrl key.

## The issue We have a large tree with a couple of thousand nodes total. Some are nested like crazy (like my example), but some also have a root node...

Related issue (existing but closed): https://github.com/500tech/angular-tree-component/issues/297 I was about to say it was a perfect tool for tree view until I have this isHidden issue. I read your last post...