|
|
@ -165,6 +165,7 @@ Properties for expandable. |
|
|
|
| defaultExpandAllRows | Expand all rows initially | boolean | `false` | |
|
|
|
| defaultExpandedRowKeys | Initial expanded row keys | string\[] | - | |
|
|
|
| expandIcon | Customize row expand Icon. Ref [example](https://codesandbox.io/s/fervent-bird-nuzpr) | Function(props):ReactNode | - | |
|
|
|
| expandIconColumnIndex | Customize expand icon column index | number | - | |
|
|
|
| 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` | |
|
|
|