Skip to content

Commit c68e4ca

Browse files
committed
Update README.md
1 parent 9c6c654 commit c68e4ca

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
![React Table Header](https://github.com/tannerlinsley/react-table/raw/alpha/media/repo-dark.png)
22

3+
# React Table v8 (alpha)
4+
5+
> This is an **alpha** version of React Table v8. It is not ready for production use, but it is ready to be taste-tested!
6+
7+
> [Looking for version 7? Click here!](https://github.com/tanstack/react-table/tree/v7)
8+
39
Hooks for building **lightweight, fast and extendable datagrids** for React
410

511
<a href="https://twitter.com/intent/tweet?button_hashtag=TanStack" target="\_parent">
@@ -22,32 +28,26 @@ Hooks for building **lightweight, fast and extendable datagrids** for React
2228

2329
Enjoy this library? Try them all! [React Query](https://github.com/tannerlinsley/react-query), [React Form](https://github.com/tannerlinsley/react-form), [React Charts](https://github.com/tannerlinsley/react-charts)
2430

25-
## Visit [react-table-v8.tanstack.com](https://react-table-v8.tanstack.com) for docs, guides, API and more!
31+
## Visit [/docs](https://github.com/tanstack/react-table/tree/alpha/docs) for docs, guides, API and more!
2632

2733
## Quick Features
2834

29-
- Lightweight (5kb - 14kb+ depending on features used and tree-shaking)
35+
- Lightweight at 9kb - 11.5kb (depending on tree-shaking)
36+
- 100% TypeScript, but not required (you can use JS if you want)
3037
- Headless (100% customizable, Bring-your-own-UI)
3138
- Auto out of the box, fully controllable API
32-
- Sorting (Multi and Stable)
33-
- Filters
34-
- Pivoting & Aggregation
39+
- Filters (column and global)
40+
- Sorting (multi-column, multi-directional)
41+
- Grouping & Aggregation
42+
- Pivoting (coming soon!)
3543
- Row Selection
3644
- Row Expansion
37-
- Column Ordering
45+
- Column Visibility/Ordering/Pinning
46+
- Table Splitting
3847
- Animatable
3948
- Virtualizable
4049
- Resizable
4150
- Server-side/controlled data/state
42-
- Extensible via hook-based plugin system
43-
44-
### [Become a Sponsor](https://github.com/sponsors/tannerlinsley/)
45-
46-
# React Table v8 (alpha)
47-
48-
> [Looking for version 7? Click here!](https://github.com/tanstack/react-table/tree/v7)
49-
50-
This is an **alpha** version of React Table v8. It is not ready for production use, but it is ready to be taste-tested!
5151

5252
## Notable Changes
5353

@@ -155,4 +155,6 @@ yarn add @tanstack/react-table@alpha
155155
- Try your hand at migrating an example to v8! The todo list for the examples is above!
156156
- **Using a plugin?** Try rewriting your plugin (v8 doesn't have a plugin system any more) as a wrapping hook/function that uses `useTable` internally. The new API is much more powerful and easier to compose. If you find something you can't figure out, let us know and we'll add it to the API.
157157

158+
### [Become a Sponsor](https://github.com/sponsors/tannerlinsley/)
159+
158160
<!-- Force 1 -->

0 commit comments

Comments
 (0)