disable react table cell measure

This commit is contained in:
ryan 2019-03-15 13:31:40 -07:00
parent fff6e0a522
commit e6cba97b45

View File

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