Skip to content

Commit

Permalink
docs: fix link to intro page (#4712)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamziss authored Mar 26, 2023
1 parent 521e3db commit 4c7f7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ While TanStack Table is written in [TypeScript](https://www.typescriptlang.org/)

## Headless

As it was mentioned extensively in the [Intro](./introduction) section, TanStack Table is **headless**. This means that it doesn't render any DOM elements, and instead relies on you, the UI/UX developer to provide the table's markup and styles. This is a great way to build a table that can be used in any UI framework, including React, Vue, Solid, and even JS-to-native platforms like React Native!
As it was mentioned extensively in the [Intro](./guide/introduction) section, TanStack Table is **headless**. This means that it doesn't render any DOM elements, and instead relies on you, the UI/UX developer to provide the table's markup and styles. This is a great way to build a table that can be used in any UI framework, including React, Vue, Solid, and even JS-to-native platforms like React Native!

## Core Objects and Types

Expand Down

0 comments on commit 4c7f7f3

Please sign in to comment.