componentDidUpdate(prevProps) {
    const { columns } = this.props
    if(!_.isEqual(prevProps.columns, columns)) this._handleResize()
  }