diff --git a/packages/react-bootstrap-table2/src/row-selection/selection-cell.js b/packages/react-bootstrap-table2/src/row-selection/selection-cell.js index f53753cff..ff20f1eca 100644 --- a/packages/react-bootstrap-table2/src/row-selection/selection-cell.js +++ b/packages/react-bootstrap-table2/src/row-selection/selection-cell.js @@ -92,7 +92,8 @@ export default class SelectionCell extends Component { mode: inputType, checked: selected, disabled, - rowIndex + rowIndex, + rowKey }) : ( ', () => { mode, checked: selected, disabled: wrapper.prop('disabled'), - rowIndex + rowIndex, + rowKey: 1 }); }); });