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 eb204f6 commit 43b5eebCopy full SHA for 43b5eeb
packages/react-bootstrap-table2/src/cell.js
@@ -28,6 +28,7 @@ class Cell extends eventDelegater(Component) {
28
shouldUpdate =
29
(nextProps.column.formatter ? !_.isEqual(this.props.row, nextProps.row) : false) ||
30
this.props.column.hidden !== nextProps.column.hidden ||
31
+ this.props.column.isDummyField !== nextProps.column.isDummyField ||
32
this.props.rowIndex !== nextProps.rowIndex ||
33
this.props.columnIndex !== nextProps.columnIndex ||
34
this.props.className !== nextProps.className ||
0 commit comments