diff --git a/src/dashboard/Data/Browser/BrowserTable.react.js b/src/dashboard/Data/Browser/BrowserTable.react.js index 99ab6794ed..e39efa7bd7 100644 --- a/src/dashboard/Data/Browser/BrowserTable.react.js +++ b/src/dashboard/Data/Browser/BrowserTable.react.js @@ -221,7 +221,8 @@ export default class BrowserTable extends React.Component { } let wrapLeft = 30; for (let i = 0; i < this.props.current.col; i++) { - wrapLeft += this.props.order[i].width; + const column = this.props.order[i]; + wrapLeft += column.visible ? column.width : 0; } if (!this.props.isUnique) { editor = (