Skip to content

Commit

Permalink
docs: fixed wrong path (#5693)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtergram committed Aug 3, 2024
1 parent f269a59 commit f8a018d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/core/table.md
Original file line number Diff line number Diff line change
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](../../../docs/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 f8a018d

Please sign in to comment.