Skip to content

Commit d7e1f1d

Browse files
committed
fix #1014
1 parent c277c81 commit d7e1f1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-bootstrap-table2/src/row/aggregate-row.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default class RowAggregator extends shouldUpdater(eventDelegater(React.Co
3535
this.props.expanded !== nextProps.expanded ||
3636
this.props.expandable !== nextProps.expandable ||
3737
this.props.selectable !== nextProps.selectable ||
38+
this.props.selectRow.hideSelectColumn !== nextProps.selectRow.hideSelectColumn ||
3839
this.shouldUpdatedBySelfProps(nextProps)
3940
) {
4041
this.shouldUpdateRowContent = this.shouldRowContentUpdate(nextProps);

0 commit comments

Comments
 (0)