Skip to content

Commit

Permalink
docs: Update table.md column-defs link (#5155)
Browse files Browse the repository at this point in the history
  • Loading branch information
myatsuphyo committed Dec 17, 2023
1 parent ce53752 commit 4b64bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/core/table.md
Expand Up @@ -34,7 +34,7 @@ When the `data` option changes reference (compared via `Object.is`), the table w
type columns = ColumnDef<TData>[]
```
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.
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.
### `defaultColumn`
Expand Down

0 comments on commit 4b64bab

Please sign in to comment.