Browse Source
docs: 🎬 fix expandIcon demo link (#21661)
* 🎬 fix expandIcon demo link
close #21657
* Update index.en-US.md
pull/21665/head
偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
components/table/index.en-US.md
-
components/table/index.zh-CN.md
|
|
@ -163,7 +163,7 @@ Properties for expandable. |
|
|
|
| childrenColumnName | The column contains children to display | string\[] | children | |
|
|
|
| defaultExpandAllRows | Expand all rows initially | boolean | `false` | |
|
|
|
| defaultExpandedRowKeys | Initial expanded row keys | string\[] | - | |
|
|
|
| expandIcon | Customize row expand Icon. Ref [example](http://react-component.github.io/table/examples/expandIcon.html) | Function(props):ReactNode | - | |
|
|
|
| expandIcon | Customize row expand Icon. Ref [example](https://codesandbox.io/s/fervent-bird-nuzpr) | Function(props):ReactNode | - | |
|
|
|
| expandedRowKeys | Current expanded row keys | string\[] | - | |
|
|
|
| expandedRowRender | Expanded container render for each row | Function(record, index, indent, expanded):ReactNode | - | |
|
|
|
| expandRowByClick | Whether to expand row by clicking anywhere in the whole row | boolean | `false` | |
|
|
|
|
|
@ -168,7 +168,7 @@ const columns = [ |
|
|
|
| childrenColumnName | 指定树形结构的列名 | string\[] | children | |
|
|
|
| defaultExpandAllRows | 初始时,是否展开所有行 | boolean | false | |
|
|
|
| defaultExpandedRowKeys | 默认展开的行 | string\[] | - | |
|
|
|
| expandIcon | 自定义展开图标,参考[示例](http://react-component.github.io/table/examples/expandIcon.html) | Function(props):ReactNode | - | |
|
|
|
| expandIcon | 自定义展开图标,参考[示例](https://codesandbox.io/s/fervent-bird-nuzpr) | Function(props):ReactNode | - | |
|
|
|
| expandedRowKeys | 展开的行,控制属性 | string\[] | - | |
|
|
|
| expandedRowRender | 额外的展开行 | Function(record, index, indent, expanded):ReactNode | - | |
|
|
|
| expandRowByClick | 通过点击行来展开子行 | boolean | `false` | |
|
|
|