Browse Source

disable react table cell measure

ryan 6 năm trước cách đây
mục cha
commit
e6cba97b45
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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,
     });
   }