Skip to content

Commit 4b64bab

Browse files
authoredDec 17, 2023
docs: Update table.md column-defs link (#5155)
1 parent ce53752 commit 4b64bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/api/core/table.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When the `data` option changes reference (compared via `Object.is`), the table w
3434
type columns = ColumnDef<TData>[]
3535
```
3636
37-
The array of column defs to use for the table. See the [Column Defs Guide](../../guide/column-defs) for more information on creating column definitions.
37+
The array of column defs to use for the table. See the [Column Defs Guide](../../docs/guide/column-defs) for more information on creating column definitions.
3838
3939
### `defaultColumn`
4040

0 commit comments

Comments
 (0)
Please sign in to comment.