增加api展开行方式

This commit is contained in:
huyueb 2017-10-30 16:05:20 +08:00
parent 9cd7dafc32
commit aca27dc18e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
| rowRef | 获取行的ref | Function(record, index, indent):string | () => null |
| getBodyWrapper | 添加对table body的包装 | Function(body) | body => body |
| expandedRowRender | 额外的展开行 | Function | - |
| expandRowByClick | 设置展开行是否通过点击行触发,此参数需要与上面参数搭配使用(默认是通过点击行前面的加号展开行 | bool | false |
### Column