Skip to content

Commit ce2613f

Browse files
committed
feat(docs): adding changelog for dataChanging/ed
1 parent 3c3b12a commit ce2613f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ All notable changes for each version of this project will be documented in this
2323
<igx-column field="Age"></igx-column>
2424
</igx-grid>
2525
```
26+
- Exposed `dataChanging` and `dataChanged` events for the three grids that are re-emits of the corresponding `IgxForOf` events. These indicate the beginning and end of the input change triggering the actual data re-rendering which happens each time the data view changes. This happens after changes in either the data the grid is bound or the state affecting the operations which alter this data (e.g. sorting, filtering, group-by).
2627

2728
## 13.0.5
2829

0 commit comments

Comments
 (0)