I'm trying to implement rendering the ng-grid with predefined hidden rows and on some particular event I want to show them. I'm trying to simulate kind of parent-children relation between rows, but all rows will be rendered and placed in usual manner.
By default the "child" rows will be rendered as "collapsed"
When the parent item is clicked the children rows will be shown as expanded
I'm trying to find some solutions with gridOptions rowTemplate settings, but I hope somebody has already faced with this kind of problem and maybe you have already solved it and it would be very helpful if you can share your ideas/solutions.
Or if it's a new issue, what will be the best way to solve it?
Thanks