Browse Source

disable react table cell measure

ryan 6 years ago
parent
commit
e6cba97b45
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/grafana-ui/src/components/Table/Table.tsx

+ 2 - 0
packages/grafana-ui/src/components/Table/Table.tsx

@@ -77,6 +77,8 @@ export class Table extends Component<Props, State> {
     this.measurer = new CellMeasurerCache({
     this.measurer = new CellMeasurerCache({
       defaultHeight: 30,
       defaultHeight: 30,
       defaultWidth: 150,
       defaultWidth: 150,
+      fixedWidth: true,
+      fixedHeight: true,
     });
     });
   }
   }