mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
fix #1062
This commit is contained in:
parent
eb204f6526
commit
43b5eeb74f
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 ||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user