Creates a grid that can contain a huge number of rows and columns. Only the visible area of the data is rendered (virtualized), which guarantees consistent performance even with very large data.
$ npm install @andypf/react-data-grid
const ReactDataGrid = require("@andypf/react-data-grid");
import ReactDataGrid from '@andypf/react-data-grid'