mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-06-28 13:10:03 +00:00
fix #1062
This commit is contained in:
1
packages/react-bootstrap-table2/src/cell.js
vendored
1
packages/react-bootstrap-table2/src/cell.js
vendored
@@ -28,6 +28,7 @@ class Cell extends eventDelegater(Component) {
|
||||
shouldUpdate =
|
||||
(nextProps.column.formatter ? !_.isEqual(this.props.row, nextProps.row) : false) ||
|
||||
this.props.column.hidden !== nextProps.column.hidden ||
|
||||
this.props.column.isDummyField !== nextProps.column.isDummyField ||
|
||||
this.props.rowIndex !== nextProps.rowIndex ||
|
||||
this.props.columnIndex !== nextProps.columnIndex ||
|
||||
this.props.className !== nextProps.className ||
|
||||
|
||||
Reference in New Issue
Block a user