
Creating a basic table with React Table v7
April 2, 2020About 1 min
Creating a basic table with React Table v7 관련

What’s new in React Table v7?
The latest version of React Table, react-table v7, provides a modern, Hooks-based API that helps us create tables in React with little hassle.

What’s new in React Table v7?
The latest version of React Table, react-table v7, provides a modern, Hooks-based API that helps us create tables in React with little hassle.
According to the release notes (tannerlinsley/react-table
), React Table 7 introduced the following features to the library:
- Auto out of the box, fully controllable API
- Sorting (multi and stable)
- Filters
- Pivoting and aggregation
- Row selection and expansion
- Column ordering
- Server-side/controlled data/state
The changes and new features in the latest release are meant to make React Table more:
- Lightweight (5kb-14kb+, depending on features used and tree-shaking)
- Headless (100 percent customizable, bring-your-own-UI)
- Animatable
- Virtualizable
- Resizable
- Extensible (via a new Hooks-based plugin system)
As mentioned above, the most recent minor release of react-table
is React Table v7.6.3 (react-table
), released on Jan. 11, 2021. Head to npm for a full version history of React Table (react-table
).