File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,15 @@ All notable changes for each version of this project will be documented in this
24
24
```
25
25
- Added capability to restore the state of multi column headers with ` IgxGridStateDirective ` .
26
26
- Introduced new 'rowStyles' and 'rowClasses' grid properties which allows to define a custom styling on each grid row
27
+ - Introduced two new * cancellable* outputs related to CRUD - ` rowDelete ` and ` rowAdd ` . Both use an ` IGridEditEventArgs ` object as an event argument.
28
+ ``` html
29
+ <igx-grid #grid [data] =" localData" (rowAdd) =" rowAdd($event)" (rowDelete) =" rowDelete($event)" [autoGenerate] =" true" ></igx-grid >
30
+ ```
27
31
- `IgxSnackbarComponent`
28
32
- Introduced new 'positionSettings' input which allows to define a custom animation and position.
29
33
- `IgxToastComponent`
30
34
- Introduced new 'positionSettings' input which allows to define a custom animation and position.
35
+
31
36
## 12.1.3
32
37
33
38
### New Features
You can’t perform that action at this time.
0 commit comments