Compare commits
1 Commits
0.75.0
...
bugfix/QB-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2710d4629f |
@@ -33,7 +33,7 @@ class Root extends React.PureComponent {
|
||||
// Determine cell- and column separator width
|
||||
let cellWidth = '0px';
|
||||
let columnSeparatorWidth = '';
|
||||
if (this.dataTableRef) {
|
||||
if (this.dataTableRef && !error) {
|
||||
const tableWidth = this.dataTableRef.getBoundingClientRect().width;
|
||||
this.renderedTableWidth = tableWidth;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user