Update row-selection.md (#937)

This commit is contained in:
Bhathiya Perera 2019-05-12 05:53:14 +01:00 committed by Allen
parent 8a7c1def5b
commit 1e164bb3f4

View File

@ -1,6 +1,6 @@
# Row selection
`react-bootstrap-table2` supports the row selection feature. By passing prop `selectRow` to enable row selection. When you enable this feature, `react-bootstrap-table2` will append a new selection column at first.
`react-bootstrap-table2` supports the row selection feature. By passing prop `selectRow` to enable row selection. When you enable this feature, `react-bootstrap-table2` will prepend a new selection column.
## Required
* [mode (**required**)](#mode)