Advanced User Interface Controls and Components
Removes all rows from tree collection in TreeGrid directive.
Param | Type | Details |
---|---|---|
name | String | The value of name attribute of the TreeGrid directive |
parent (optional) | Object | The parent row from which all child rows will be deleted |
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