Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
minor typo
  • Loading branch information
russrimm authored Dec 9, 2023
1 parent 0b03d06 commit ef20202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DetailsList/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ The image content can be defined by prefixing with:
- `icon:` Using one of the [Fluent UI icons](https://developer.microsoft.com/en-us/fluentui#/styles/web/icons) e.g. `icon:SkypeCircleCheck`
- `data:` Using inline svg image data: e.g. `data:image/svg+xml;utf8, %3Csvg%20%20viewBox%3D%270%200%2020...`

If the image is of type `clickableimage` the `OnChange` event will fire when the icon is selected, with an `EvenName` of `CellAction`, `EventColumn` providing the name of the image column and `EventRowKey` being the `RecordKey` of the row (if no `RecordKey` is set, then the `EventRowKey` will contain the row number).
If the image is of type `clickableimage` the `OnChange` event will fire when the icon is selected, with an `EventName` of `CellAction`, `EventColumn` providing the name of the image column and `EventRowKey` being the `RecordKey` of the row (if no `RecordKey` is set, then the `EventRowKey` will contain the row number).

E.g. Consider the row data:

Expand Down

0 comments on commit ef20202

Please sign in to comment.