Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 555 Bytes

installation.md

File metadata and controls

29 lines (22 loc) · 555 Bytes

Installation

Install the React Table v7 Alpha as a dependency using npm or yarn

# NPM
$ npm install react-table@next

# Yarn
$ yarn add react-table@next

NOTE: @next is only required tempororarily while work on the alpha and beta versions are still shifting.

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