From 6b9e7fc9dde4ae6a47113ae3869296d161a7c98f Mon Sep 17 00:00:00 2001 From: shmilyKang <953333436@qq.com> Date: Sun, 23 Feb 2020 13:36:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84Table=20Api=E7=9A=84Scroll?= =?UTF-8?q?=E7=9A=84=E8=AF=B4=E6=98=8E=20(#21540)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 提示scroll也可以修改滚动区域的宽高。 --- 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 c193ca3cc4..557c73169e 100644 --- a/components/table/index.zh-CN.md +++ b/components/table/index.zh-CN.md @@ -77,7 +77,7 @@ const columns = [ | rowClassName | 表格行的类名 | Function(record, index):string | - | | rowKey | 表格行 key 的取值,可以是字符串或一个函数 | string\|Function(record):string | 'key' | | rowSelection | 表格行是否可选择,[配置项](#rowSelection) | object | - | -| scroll | 表格是否可滚动,[配置项](#scroll) | object | - | +| scroll | 表格是否可滚动,也可以指定滚动区域的宽、高,[配置项](#scroll) | object | - | | showHeader | 是否显示表头 | boolean | true | | size | 表格大小 | `default` \| `middle` \| `small` | default | | summary | 总结栏 | (currentData) => ReactNode | - |