Skip to content

Commit 7dc5a26

Browse files
dobromirtskdinev
andauthored
chore(changelog): Update changelog with primaryKey exposed argument (#12755)
* chore(changelog): Update changelog with primaryKey exposed argument * chore(*): update primaryKey changelog content * chore(*): fix content typo --------- Co-authored-by: Konstantin Dinev <[email protected]>
1 parent 3cc045c commit 7dc5a26

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
@@ -7,6 +7,7 @@ All notable changes for each version of this project will be documented in this
77
### New Features
88
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`:
99
- `GroupMemberCountSortingStrategy` is added, which can be used to sort the grid by number of items in each group in ASC or DESC order, if grouping is applied.
10+
- A new argument `primaryKey` has been introduced to `IRowDataEventArgs` Interface and part of the event arguments that are emitted by the `rowAdded` and `rowDeleted` events. When the grid has a primary key attribute added, then the emitted `primaryKey` event argument represents the row ID, otherwise it defaults to undefined.
1011
- `IgxColumnComponent`
1112
- Added `currRec` and `groupRec` parameters to the `groupingComparer` function that give access to the all properties of the compared records.
1213

0 commit comments

Comments
 (0)