Skip to content

Commit 1e54384

Browse files
committed
fix: next section is actually previous section
1 parent 9c62cf2 commit 1e54384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const data = ref<User[]>([])
7171
7272
#### Defining Columns
7373

74-
Column definitions are covered in detail in the next section in the [Column Def Guide](../column-defs.md). We'll note here, however, that when you define the type of your columns, you should use the same `TData` type that you used for you data.
74+
Column definitions are covered in detail in the previous section in the [Column Def Guide](../column-defs.md). We'll note here, however, that when you define the type of your columns, you should use the same `TData` type that you used for you data.
7575

7676
```ts
7777
const columns: ColumnDef<User>[] = [] //Pass User type as the generic TData type

0 commit comments

Comments
 (0)