瀏覽代碼

disable react table cell measure

ryan 6 年之前
父節點
當前提交
e6cba97b45
共有 1 個文件被更改,包括 2 次插入0 次删除
  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({
       defaultHeight: 30,
       defaultWidth: 150,
+      fixedWidth: true,
+      fixedHeight: true,
     });
   }