We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c277c81 commit d7e1f1dCopy full SHA for d7e1f1d
packages/react-bootstrap-table2/src/row/aggregate-row.js
@@ -35,6 +35,7 @@ export default class RowAggregator extends shouldUpdater(eventDelegater(React.Co
35
this.props.expanded !== nextProps.expanded ||
36
this.props.expandable !== nextProps.expandable ||
37
this.props.selectable !== nextProps.selectable ||
38
+ this.props.selectRow.hideSelectColumn !== nextProps.selectRow.hideSelectColumn ||
39
this.shouldUpdatedBySelfProps(nextProps)
40
) {
41
this.shouldUpdateRowContent = this.shouldRowContentUpdate(nextProps);
0 commit comments