Advanced User Interface Controls and Components
Inserts a new column at position before specified column in Grid directive.
Param | Type | Details |
---|---|---|
name | String | The value of name attribute of the Grid directive |
column | Object | The column to add to the collection |
refColumn | Object | A reference column before which the newly added column will be positioned |
This method does not return a value.
This method is part of IntegralUIGridService.
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.