How can we use expandRow for expanding a particular row in angular ui grid tree view. Can I get an example of this?
Asked
Active
Viewed 804 times
0
-
can we have the configuration of your grid ? – Sampath May 05 '16 at 21:58
-
Read [UI-Grid Documentation](http://ui-grid.info/docs/#/tutorial/215_treeView), a working example is provided. – aUXcoder Aug 18 '16 at 19:26
1 Answers
0
Use the following link for tree expansion and addition of nodes.You can add a ng-click controller to this functionality which will make this tree visible(hide it initially with ng-hide).
https://angular-ui-tree.github.io/angular-ui-tree/#/basic-example

nilakantha singh deo
- 966
- 15
- 29