If you're looking for an excellent grid implementation (with Material UI) I recommend using https://www.ag-grid.com/
react-table-material
is an elegant design to react-table inspired by material design
- Install React Table as a dependency
# Yarn
$ yarn add react-table-material
# NPM
$ npm install react-table-material
- Import styles by including
Table.css
// JS (Webpack)
import 'react-table-material/Table.css'
// Old-school
<link rel="stylesheet" href="node_modules/react-table-material/Table.css">