src/menu/components/table/edit-table/columns/index.jsx
@@ -75,7 +75,9 @@ return !is(fromJS(this.props.column), fromJS(nextProps.column)) || !is(fromJS(this.props.fields), fromJS(nextProps.fields)) || this.props.index !== nextProps.index || window.GLOB.columnId === nextProps.column.uuid || window.GLOB.precolumnId === nextProps.column.uuid (nextProps.className && this.props.className !== nextProps.className) || window.GLOB.columnId === nextProps.column.uuid || window.GLOB.precolumnId === nextProps.column.uuid } render() {