From 9af09d56b66bf9d69e9cef07fede2b457e4ab02c Mon Sep 17 00:00:00 2001 From: ajuner <106791576@qq.com> Date: Thu, 5 Oct 2023 10:40:44 +0800 Subject: [PATCH] docs(table): update pro-component link (#45118) Signed-off-by: ajuner <106791576@qq.com> --- components/table/index.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/index.zh-CN.md b/components/table/index.zh-CN.md index b61edd9c2f..cffdf7c3a9 100644 --- a/components/table/index.zh-CN.md +++ b/components/table/index.zh-CN.md @@ -58,7 +58,7 @@ const columns = [ ## 相关推荐 - [Kitchen Sketch 插件 💎](https://kitchen.alipay.com/):设计师神器,两步自动生成 Ant Design 表格组件。 -- [ProTable](https://procomponents.ant.design/components/table-cn) 高级表格:在 `antd` Table 之上扩展了更多便捷易用的功能,内置搜索、筛选、刷新等常用表格行为,并为多种类型数据展示提供了内置格式化。 +- [ProTable](https://procomponents.ant.design/components/table) 高级表格:在 `antd` Table 之上扩展了更多便捷易用的功能,内置搜索、筛选、刷新等常用表格行为,并为多种类型数据展示提供了内置格式化。 - [S2](https://s2.antv.vision/zh) 多维交叉分析表格:[AntV S2 和 Antd Table 有什么区别?](https://zhuanlan.zhihu.com/p/494995642) ## 代码演示