disable react table cell measure
This commit is contained in:
@@ -77,6 +77,8 @@ export class Table extends Component<Props, State> {
|
||||
this.measurer = new CellMeasurerCache({
|
||||
defaultHeight: 30,
|
||||
defaultWidth: 150,
|
||||
fixedWidth: true,
|
||||
fixedHeight: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user