Advanced User Interface Controls and Components
Adds a new row to the tree collection in TreeGrid directive.
Param | Type | Details |
---|---|---|
name | String | The value of name attribute of the TreeGrid directive |
row | Object | The row to add to the tree collection |
parent (optional) | Object | The row which will represent the parent of the newly added row |
This method does not return a value.
This method is part of IntegralUITreeGridService.
Supported in: v1.0.
Learn how to dynamically add or remove rows and columns in Tree Grid for AngularJS using several different methods. Each operation is accompanied with events which can be handled in your code.
An example on how to add new rows dynamically in IntegralUI TreeGrid AngularJS