From 4b64bab5b89f24d3d7ba6b4b436244555e8df34c Mon Sep 17 00:00:00 2001 From: Myat Su Phyo Date: Sun, 17 Dec 2023 23:38:09 +0700 Subject: [PATCH] docs: Update table.md column-defs link (#5155) --- docs/api/core/table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/core/table.md b/docs/api/core/table.md index 1a7d91462b..e2c42a945a 100644 --- a/docs/api/core/table.md +++ b/docs/api/core/table.md @@ -34,7 +34,7 @@ When the `data` option changes reference (compared via `Object.is`), the table w type columns = ColumnDef[] ``` -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`