Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update row-selection.md
Fixing typo.
  • Loading branch information
drashuchak authored Oct 4, 2020
commit e29ea3dec9aa6d36c703232094fdb0b1160f5f2c
2 changes: 1 addition & 1 deletion docs/row-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Specifying the selection way for `single(radio)` or `multiple(checkbox)`. If `ra
#### examples

```js
const selectRow = {
const selectRowProp = {
mode: 'radio' // single row selection
};

Expand Down