diff --git a/components/table/index.md b/components/table/index.md index 7f5bdac424..484c2fb372 100644 --- a/components/table/index.md +++ b/components/table/index.md @@ -66,7 +66,7 @@ const columns = [{ | defaultExpandedRowKeys | 默认展开的列 | Array | | - | | onChange | 分页、排序、筛选变化时触发 | Function(pagination, filters, sorter) | | | | loading | 页面是否加载中 | Boolean | | false | -| locale | 设置排序、过滤按钮的文字或 `title` | Object | | [默认值](https://github.com/ant-design/ant-design/issues/575#issuecomment-159169511) | +| locale | 默认文案设置,目前包括排序、过滤、空数据文案 | Object | | `{ filterConfirm: '确定', filterReset: '重置', emptyText: '暂无数据' }` [默认值](https://github.com/ant-design/ant-design/issues/575#issuecomment-159169511) | | indentSize | 展示树形数据时,每层缩进的宽度,以 px 为单位 | Number | | 15 | | onRowClick | 处理行点击事件 | Function(record, index) | | 无 | | useFixedHeader | 是否固定表头 | Boolean | | false |