mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
disable react table cell measure
This commit is contained in:
parent
fff6e0a522
commit
e6cba97b45
@ -77,6 +77,8 @@ export class Table extends Component<Props, State> {
|
||||
this.measurer = new CellMeasurerCache({
|
||||
defaultHeight: 30,
|
||||
defaultWidth: 150,
|
||||
fixedWidth: true,
|
||||
fixedHeight: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user