Skip to content

Commit

Permalink
docs(igx-grid): add onRowSelectionChange event to README.md #812
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Apr 24, 2018
1 parent 00cad4e commit baacb9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ A list of the events emitted by the **igx-grid**:
|`onEditDone`|Emitted when a cell value changes. Returns `{ currentValue: any, newValue: any }`|
|`onCellClick`|Emitted when a cell is clicked. Returns the cell object.|
|`onSelection`|Emitted when a cell is selected. Returns the cell object.|
|`onRowSelectionChange`|Emitted when a row selection has changed. Returns array with old and new selected rows' IDs and the target row, if available.|
|`onColumnInit`|Emitted when the grid columns are initialized. Returns the column object.|
|`onSortingDone`|Emitted when sorting is performed through the UI. Returns the sorting expression.|
|`onFilteringDone`|Emitted when filtering is performed through the UI. Returns the filtering expression.|
Expand Down

0 comments on commit baacb9d

Please sign in to comment.