2 Star 0 Fork 0

LEARN / react-table

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
installation.md 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eddie Hong 提交于 2019-09-06 09:59 . Fix typo in installation.md (#1498)

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 temporarily 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

1
https://gitee.com/huoxd/react-table.git
git@gitee.com:huoxd/react-table.git
huoxd
react-table
react-table
master

搜索帮助