mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
fix #866
This commit is contained in:
parent
06d87299a3
commit
a6ccafcc75
@ -27,7 +27,7 @@ export default ExtendBase =>
|
||||
return true;
|
||||
}
|
||||
for (let i = 0; i < this.props.columns.length; i += 1) {
|
||||
if (this.props.columns[i].hidden !== nextProps.columns[i].hidden) {
|
||||
if (!_.isEqual(this.props.columns[i], nextProps.columns[i])) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user