Commit e6cba97b by ryan

disable react table cell measure

parent fff6e0a5
......@@ -77,6 +77,8 @@ export class Table extends Component<Props, State> {
this.measurer = new CellMeasurerCache({
defaultHeight: 30,
defaultWidth: 150,
fixedWidth: true,
fixedHeight: true,
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment