偏右
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
1 deletions
-
components/table/index.en-US.md
-
components/table/index.zh-CN.md
-
package.json
|
@ -167,6 +167,7 @@ Properties for expandable. |
|
|
|
|
|
|
|
|
| Property | Description | Type | Default | |
|
|
| Property | Description | Type | Default | |
|
|
| --- | --- | --- | --- | |
|
|
| --- | --- | --- | --- | |
|
|
|
|
|
| columnWidth | Set the width of the expand column | string \| number | - | | |
|
|
| childrenColumnName | The column contains children to display | string | children | |
|
|
| childrenColumnName | The column contains children to display | string | children | |
|
|
| defaultExpandAllRows | Expand all rows initially | boolean | false | |
|
|
| defaultExpandAllRows | Expand all rows initially | boolean | false | |
|
|
| defaultExpandedRowKeys | Initial expanded row keys | string\[] | - | |
|
|
| defaultExpandedRowKeys | Initial expanded row keys | string\[] | - | |
|
|
|
@ -174,6 +174,7 @@ const columns = [ |
|
|
|
|
|
|
|
|
| 参数 | 说明 | 类型 | 默认值 | |
|
|
| 参数 | 说明 | 类型 | 默认值 | |
|
|
| --- | --- | --- | --- | |
|
|
| --- | --- | --- | --- | |
|
|
|
|
|
| columnWidth | 自定义展开列宽度 | string \| number | - | | |
|
|
| childrenColumnName | 指定树形结构的列名 | string | children | |
|
|
| childrenColumnName | 指定树形结构的列名 | string | children | |
|
|
| defaultExpandAllRows | 初始时,是否展开所有行 | boolean | false | |
|
|
| defaultExpandAllRows | 初始时,是否展开所有行 | boolean | false | |
|
|
| defaultExpandedRowKeys | 默认展开的行 | string\[] | - | |
|
|
| defaultExpandedRowKeys | 默认展开的行 | string\[] | - | |
|
|
|
@ -138,7 +138,7 @@ |
|
|
"rc-slider": "~9.6.1", |
|
|
"rc-slider": "~9.6.1", |
|
|
"rc-steps": "~4.1.0", |
|
|
"rc-steps": "~4.1.0", |
|
|
"rc-switch": "~3.2.0", |
|
|
"rc-switch": "~3.2.0", |
|
|
"rc-table": "~7.11.0", |
|
|
"rc-table": "~7.12.0", |
|
|
"rc-tabs": "~11.7.0", |
|
|
"rc-tabs": "~11.7.0", |
|
|
"rc-textarea": "~0.3.0", |
|
|
"rc-textarea": "~0.3.0", |
|
|
"rc-tooltip": "~5.0.0", |
|
|
"rc-tooltip": "~5.0.0", |
|
|