I'm using react-window to create virtual tables with react-table 7 (and material UI tables). I'm embedding FixedSizeList instead TableBody. Something like this:
I want to create a table in react using react-table library version: "react-table": "^7.0.0-rc.15" When I try this: import ReactTable from 'react-table' impo