Guest User

Untitled

a guest
Jan 23rd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. import { CellMeasurerCache } from "react-virtualized";
  2.  
  3. class App extends Component {
  4. constructor() {
  5. ...
  6. this.cache = new CellMeasurerCache({
  7. fixedWidth: true,
  8. defaultHeight: 100
  9. });
  10. }
  11. ...
  12. }
Add Comment
Please, Sign In to add comment