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
2424 ```
2525 - Added capability to restore the state of multi column headers with ` IgxGridStateDirective ` .
2626 - 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+ ```
2731- `IgxSnackbarComponent`
2832 - Introduced new 'positionSettings' input which allows to define a custom animation and position.
2933- `IgxToastComponent`
3034 - Introduced new 'positionSettings' input which allows to define a custom animation and position.
35+
3136## 12.1.3
3237
3338### New Features
You can’t perform that action at this time.
0 commit comments