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

Angular 10 Tree Grid

Results 7 angular-tree-grid issues
Sort by recently updated
recently updated
newest added

I have an older app that uses AngularJS version 1.5.11 that needs a tree grid. Saw on another site that this project was compatible with AngularJS but cant seem to...

I am updating the data in some other component and trying to reload the same in angular tree grid. If I rebuild whole grid array and bind it to the...

Hi, I want an event to be executed after expandAll(), collapseAll() like a promise or callback. Thanks in Advance

I'm trying to expand automatically level 0 of my tree. After initial loading, I set data to the tree grid and try to expand the root node with expandRow(root.id). the...

The documentation mentions sort is enabled only for subgrid. I see main grid sort as a very essential feature. Any plans to support sort feature ?

I have 1500 rows of data. if i expand all the rows it takes much time to show in grid. i wanna show the loader based on the event. Do...

Can you add keyboard navigation support ? At least the basic keys (so Left , Right, Up and Down).