/react-table-material

Elegant design to react-table inspired by material design

Primary LanguageCSSMIT LicenseMIT

If you're looking for an excellent grid implementation (with Material UI) I recommend using https://www.ag-grid.com/

React Table Material

react-table-material is an elegant design to react-table inspired by material design

React Table Logo

Installation

  1. Install React Table as a dependency
# Yarn
$ yarn add react-table-material

# NPM
$ npm install react-table-material
  1. 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">