limingxin
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
components/table/index.zh-CN.md
|
|
@ -173,8 +173,8 @@ const columns = [ |
|
|
|
展开功能的配置。 |
|
|
|
|
|
|
|
| 参数 | 说明 | 类型 | 默认值 | |
|
|
|
| --- | --- | --- | --- | --- | |
|
|
|
| columnWidth | 自定义展开列宽度 | string \| number | - | | |
|
|
|
| --- | --- | --- | --- | |
|
|
|
| columnWidth | 自定义展开列宽度 | string \| number | - | |
|
|
|
| childrenColumnName | 指定树形结构的列名 | string | children | |
|
|
|
| defaultExpandAllRows | 初始时,是否展开所有行 | boolean | false | |
|
|
|
| defaultExpandedRowKeys | 默认展开的行 | string\[] | - | |
|
|
|