From 1e164bb3f420b4dcce56868fe4f859ae367faee0 Mon Sep 17 00:00:00 2001 From: Bhathiya Perera Date: Sun, 12 May 2019 05:53:14 +0100 Subject: [PATCH] Update row-selection.md (#937) --- docs/row-selection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/row-selection.md b/docs/row-selection.md index 4615a43..18dd991 100644 --- a/docs/row-selection.md +++ b/docs/row-selection.md @@ -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)