|
1 | | - |
| 1 | + |
2 | 2 |
|
3 | | -# [TanStack](https://tanstack.com) Table v8 |
| 3 | +# [TanStack](https://tanstack.com) Table v8 , RTL Fixed |
4 | 4 |
|
5 | 5 | Headless UI for building **powerful tables & datagrids** for **React, Solid, Vue, Svelte and TS/JS**. |
6 | 6 |
|
7 | 7 | <a href="https://twitter.com/intent/tweet?button_hashtag=TanStack" target="\_parent"> |
8 | 8 | <img alt="#TanStack" src="https://img.shields.io/twitter/url?color=%2308a0e9&label=%23TanStack&style=social&url=https%3A%2F%2Ftwitter.com%2Fintent%2Ftweet%3Fbutton_hashtag%3DTanStack" /> |
9 | | -</a><a href="https://github.com/tanstack/table/actions?table=workflow%3A%22react-table+tests%22"> |
10 | | -<img src="https://github.com/tanstack/table/workflows/react-table%20tests/badge.svg" /> |
11 | | -</a><a href="https://npmjs.com/package/@tanstack/react-table" target="\_parent"> |
12 | | - <img alt="" src="https://img.shields.io/npm/dm/@tanstack/react-table.svg" /> |
13 | | -</a><a href="https://bundlephobia.com/result?p=@tanstack/react-table@latest" target="\_parent"> |
14 | | - <img alt="" src="https://badgen.net/bundlephobia/minzip/@tanstack/react-table@latest" /> |
| 9 | +</a><a href="https://github.com/armantc/table/actions?table=workflow%3A%22react-table+tests%22"> |
| 10 | +<img src="https://github.com/armantc/table/workflows/react-table%20tests/badge.svg" /> |
| 11 | +</a><a href="https://npmjs.com/package/@tanstack-rtl/react-table" target="\_parent"> |
| 12 | + <img alt="" src="https://img.shields.io/npm/dm/@tanstack-rtl/react-table.svg" /> |
| 13 | +</a><a href="https://bundlephobia.com/result?p=@tanstack-rtl/react-table@latest" target="\_parent"> |
| 14 | + <img alt="" src="https://badgen.net/bundlephobia/minzip/@tanstack-rtl/react-table@latest" /> |
15 | 15 | </a><a href="#badge"> |
16 | 16 | <img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg"> |
17 | | - </a><a href="https://github.com/tanstack/table/discussions"> |
| 17 | + </a><a href="https://github.com/armantc/table/discussions"> |
18 | 18 | <img alt="Join the discussion on Github" src="https://img.shields.io/badge/Github%20Discussions%20%26%20Support-Chat%20now!-blue" /> |
19 | | -</a><a href="https://github.com/tanstack/table" target="\_parent"> |
| 19 | +</a><a href="https://github.com/armantc/table" target="\_parent"> |
20 | 20 | <img alt="" src="https://img.shields.io/github/stars/tanstack/react-table.svg?style=social&label=Star" /> |
21 | 21 | </a><a href="https://twitter.com/tannerlinsley" target="\_parent"> |
22 | 22 | <img alt="" src="https://img.shields.io/twitter/follow/tannerlinsley.svg?style=social&label=Follow" /> |
23 | 23 | </a> |
24 | 24 |
|
25 | | -> [Looking for version 7 of `react-table`? Click here!](https://github.com/tanstack/table/tree/v7) |
| 25 | +> [Looking for version 7 of `react-table`? Click here!](https://github.com/armantc/table/tree/v7) |
26 | 26 |
|
27 | 27 | ## Enjoy this library? |
28 | 28 |
|
29 | | -Try some other [TanStack](https://tanstack.com) like [React Query](https://github.com/TanStack/query), [React Form](https://github.com/tannerlinsley/react-form), [React Charts](https://github.com/TanStack/react-charts) |
| 29 | +Try some other [TanStack](https://tanstack.com) like [React Query](https://github.com/armantc/query), [React Form](https://github.com/tannerlinsley/react-form), [React Charts](https://github.com/armantc/react-charts) |
30 | 30 |
|
31 | 31 | ## Visit [tanstack.com/table](https://tanstack.com/table) for docs, guides, API and more! |
32 | 32 |
|
@@ -109,7 +109,7 @@ There are a fair amount of breaking changes (they're worth it, trust us!): |
109 | 109 | - [x] Column Sizing |
110 | 110 | - [x] Pagination |
111 | 111 | - [x] Row Selection |
112 | | -- [ ] Migrate [Examples](https://github.com/tanstack/table/tree/main/examples) |
| 112 | +- [ ] Migrate [Examples](https://github.com/armantc/table/tree/main/examples) |
113 | 113 | - [x] column-visibility |
114 | 114 | - [x] column-ordering |
115 | 115 | - [x] column-pinning |
@@ -143,31 +143,31 @@ There are a fair amount of breaking changes (they're worth it, trust us!): |
143 | 143 |
|
144 | 144 | ```bash |
145 | 145 | # Npm |
146 | | -npm install @tanstack/react-table |
147 | | -npm install @tanstack/solid-table |
148 | | -npm install @tanstack/vue-table |
149 | | -npm install @tanstack/svelte-table |
| 146 | +npm install @tanstack-rtl/react-table |
| 147 | +npm install @tanstack-rtl/solid-table |
| 148 | +npm install @tanstack-rtl/vue-table |
| 149 | +npm install @tanstack-rtl/svelte-table |
150 | 150 |
|
151 | 151 | #pnpm |
152 | | -pnpm install @tanstack/react-table |
153 | | -pnpm install @tanstack/solid-table |
154 | | -pnpm install @tanstack/vue-table |
155 | | -pnpm install @tanstack/svelte-table |
| 152 | +pnpm install @tanstack-rtl/react-table |
| 153 | +pnpm install @tanstack-rtl/solid-table |
| 154 | +pnpm install @tanstack-rtl/vue-table |
| 155 | +pnpm install @tanstack-rtl/svelte-table |
156 | 156 |
|
157 | 157 | #Yarn |
158 | | -yarn add @tanstack/react-table |
159 | | -yarn add @tanstack/solid-table |
160 | | -yarn add @tanstack/vue-table |
161 | | -yarn add @tanstack/svelte-table |
| 158 | +yarn add @tanstack-rtl/react-table |
| 159 | +yarn add @tanstack-rtl/solid-table |
| 160 | +yarn add @tanstack-rtl/vue-table |
| 161 | +yarn add @tanstack-rtl/svelte-table |
162 | 162 | ``` |
163 | 163 |
|
164 | 164 | ## How to help? |
165 | 165 |
|
166 | 166 | - Try out the already-migrated examples |
167 | 167 | - Try it out in your own projects. |
168 | 168 | - Introspect the types! Even without the docs finished, the library ships with 100% typescript to help you explore its capabilities. |
169 | | -- [Read the contribution guidelines](https://github.com/tanstack/table/tree/main/CONTRIBUTING.md) |
170 | | -- Write some docs! Start with the [API docs](https://github.com/TanStack/react-table/tree/main/docs/api) and try adding some information about one or more of the features. The types do a decent job of showing what's supported and the capabilities of the library. |
| 169 | +- [Read the contribution guidelines](https://github.com/armantc/table/tree/main/CONTRIBUTING.md) |
| 170 | +- Write some docs! Start with the [API docs](https://github.com/armantc/react-table/tree/main/docs/api) and try adding some information about one or more of the features. The types do a decent job of showing what's supported and the capabilities of the library. |
171 | 171 | - Try your hand at migrating an example to v8! The todo list for the examples is above! |
172 | 172 | - **Using a plugin?** Try rewriting your plugin (v8 doesn't have a plugin system any more) as a functional wrapper that uses TanStack Table 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. |
173 | 173 |
|
|
0 commit comments