diff --git a/components/table/index.md b/components/table/index.md index 594187e6cb..8d9e6d2c6c 100644 --- a/components/table/index.md +++ b/components/table/index.md @@ -59,7 +59,7 @@ var dataSource = { | 参数 | 说明 | 类型 | 可选值 | 默认值 | |---------------|--------------------------|-----------------|---------------------|---------| | rowSelection | 列表项是否可选择 | Object | | false | -| pagination | 分页器 | React.Element | 参考 [pagination](/components/pagination),设为 false 时不显示分页 | | +| pagination | 分页器 | Object | 配置项参考 [pagination](/components/pagination),设为 false 时不显示分页 | | | size | 正常或迷你类型 | string | `normal` or `small` | normal | | dataSource | 数据源,可以为数组(本地模式)或一个数据源描述对象(远程模式) | Array or Object | | | | columns | 表格列的配置描述,具体项见下表 | Array | | 无 |