Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 422 Bytes

installation.md

File metadata and controls

27 lines (21 loc) · 422 Bytes

Installation

Install React Table as a dependency using npm or yarn

# NPM
$ npm install react-table

# Yarn
$ yarn add react-table

To import React Table:

import {
  useTable,
  useGroupBy,
  useFilters,
  useSortBy,
  useExpanded,
  usePagination,
  ...
} from 'react-table'

Once you've installed React Table, continue to Concepts to read more about how to utilize its API