Skip to content

Commit 3f404de

Browse files
committed
Merge branch 'nrobakova/columnSelection-input' of https://github.com/IgniteUI/igniteui-angular into nrobakova/columnSelection-input
2 parents ccdeb55 + d7bf0f3 commit 3f404de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ All notable changes for each version of this project will be documented in this
3333
public pinningConfiguration: IPinningConfig = { columns: ColumnPinningPosition.End };
3434
```
3535
- Added functionality for column selection.
36-
- `columnSelection` property has been added. It accept GridSelection mode enumeration. Grid selection mode could be none, single or multiple.
36+
- `columnSelection` property has been added. It accepts GridSelection mode enumeration. Grid selection mode could be none, single or multiple.
3737
- `selected` property has been added to the IgxColumnComponent; Allows you to set whether the column is selected.
3838
- `selectable` property has been added to the IgxColumnComponent; Allows you to set whether the column is selectable.
3939
- `onColumnSelectionChange` event is added for the `IgxGrid`. It is emitted when the column selection is changed.

0 commit comments

Comments
 (0)