You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: table.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,15 @@ description: "Display an arrangement of data in rows and columns"
9
9
| Age | Reported age |
10
10
| Joined | Whether the user joined the community |
11
11
12
-
## This is a Table
13
-
14
12
### Creating a table
15
13
16
14
<Tip>
17
15
The Table component follows the official [markdown syntax](https://www.markdownguide.org/extended-syntax/#tables).
18
16
</Tip>
19
17
20
18
<spanclassName="hover:bg-cyan-500">
21
-
To add a table
19
+
To add a table
20
+
22
21
</span>
23
22
24
23
, use three or more hyphens (`---`) to create each column's header, and use pipes (`|`) to separate each column. For compatibility, you should also add a pipe on either end of the row.
0 commit comments