mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
422 B
422 B
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