This commit is contained in:
AllenFang 2019-08-19 21:17:00 +08:00
parent eb204f6526
commit 43b5eeb74f

View File

@ -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 ||