Advanced User Interface Controls and Components
Removes an row at specified position in TreeGrid directive.
Param | Type | Details |
---|---|---|
name | String | The value of name attribute of the TreeGrid directive |
index | Integer | The indexed location within the collection to remove an row from |
parent (optional) | Object | The parent row from which an row will be removed |
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