|
2 | 2 |
|
3 | 3 | # [TanStack](https://tanstack.com) Table v8
|
4 | 4 |
|
5 |
| -Headless UI for building **powerful tables & datagrids** for **React, Solid, Vue, Svelte and TS/JS**. |
| 5 | +Headless UI for building **powerful tables & datagrids** for **React, Solid, Vue, Svelte, Qwik 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" />
|
@@ -46,7 +46,8 @@ Try other [TanStack](https://tanstack.com) libraries:
|
46 | 46 |
|
47 | 47 | You may know **TanStack Table** by our adapter names, too!
|
48 | 48 |
|
49 |
| -- [React Table](https://tanstack.com/table/v8/docs/adapters/react-table) |
| 49 | +- [Qwik Table](https://tanstack.com/table/v8/docs/adapters/qwik-table) |
| 50 | +- [**React Table**](https://tanstack.com/table/v8/docs/adapters/react-table) |
50 | 51 | - [Solid Table](https://tanstack.com/table/v8/docs/adapters/solid-table)
|
51 | 52 | - [Svelte Table](https://tanstack.com/table/v8/docs/adapters/svelte-table)
|
52 | 53 | - [Vue Table](https://tanstack.com/table/v8/docs/adapters/vue-table)
|
@@ -114,10 +115,12 @@ Install one of the following packages based on your framework of choice:
|
114 | 115 |
|
115 | 116 | ```bash
|
116 | 117 | # Npm
|
| 118 | +npm install @tanstack/qwik-table |
117 | 119 | npm install @tanstack/react-table
|
118 | 120 | npm install @tanstack/solid-table
|
119 |
| -npm install @tanstack/vue-table |
120 | 121 | npm install @tanstack/svelte-table
|
| 122 | +npm install @tanstack/vue-table |
| 123 | +npm install @tanstack/table-core #vanilla js that can work with any framework |
121 | 124 | ```
|
122 | 125 |
|
123 | 126 | ## How to help?
|
|
0 commit comments