mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-12 04:50:20 +00:00
96900f645a615041f9a916ea529e3720203e6757
React Table
Hooks for building lightweight, fast and extendable datagrids for React
Features
- Lightweight
- Headless (100% customizable, Bring-your-own-UI)
- Client-side & Server-side pagination support
- Sorting (Multi and Stable)
- Filters
- Pivoting & Aggregation
- Fully controllable
- Extensible via hooks
- "Why I wrote React Table and the problems it has solved for Nozzle.io" by Tanner Linsley
Versions
- This documentation is for version 7.
- View the Changelog
- Previous versions:
Sponsors
React Table v7 is being built and maintained by me, @tannerlinsley and I am always in need of more Patreon support to keep this project afloat. If you would like to contribute to my Patreon goal for v7 and beyond, visit my Patreon and help me out!.
|
|
|
|
|
|
|
|
|
|
|
|
Table of Contents
Installation
- Install React Table as a dependency
# Yarn
$ yarn add react-table
# NPM
$ npm install react-table
- Import the
react-tablemodule
import { useReactTable } from 'react-table'
Examples
Documentation
Documentation for v7 is coming soon. If you're looking for the v6 documentation, click here
Contributing
To suggest a feature, create an issue if it does not already exist. If you would like to help develop a suggested feature follow these steps:
- Fork this repo
- Install dependencies with
$ yarn - Auto-build files as you edit with
$ yarn run watch - Implement your changes to files in the
src/directory - Run the React Story locally with
$ yarn run docs - View changes as you edit
docs/src - Submit PR for review
Package Utilities
$ yarn run watchWatches files and builds via babel$ yarn run docsRuns the storybook server$ yarn run testRuns the test suite
Languages
JavaScript
100%