React Table
Overview Official Website
React Table is a workhorse. It's built to materialize, filter, sort, group, aggregate, paginate and display massive data sets using a very small API surface.
Add Package
yarn add react-table --save
Import
import { useTable } from 'react-table';
Remove Package
yarn remove react-table ( remove specific package from package.json )