Try live on CodeSandbox 🚀
git clone --depth=1 https://github.com/dhruvdutt/sample-virtualized-list && cd sample-virtualized-list
npm i && npm start
└── [repo]
├── src // source folder
| ├── containers
| | ├── Main.js // main wrapper container
| | ├── VirtualizedTable.js // virtualized table container
| ├── components
| | ├── Header.js // application header
| ├── data
| | ├── jsonData.json // input data of 5k records
| ├── App.js
| ├── index.js
├── public // public folder
| ├── index.html // root HTML file
├── package.json