|
@@ -4378,7 +4378,7 @@ render(App);
|
|
| empty | Content displayed when there is no data | ReactNode | ReactNode | 'No data yet. ' |
|
|
| empty | Content displayed when there is no data | ReactNode | ReactNode | 'No data yet. ' |
|
|
| expandCellFixed | Whether the column of the expansion icon is fixed or not, the same value as the fixed value in Column | boolean\|string | false |
|
|
| expandCellFixed | Whether the column of the expansion icon is fixed or not, the same value as the fixed value in Column | boolean\|string | false |
|
|
| expandIcon | Custom expansion icon, hidden when it is `false` | boolean <br/>\|ReactNode <br/>\| (expanded: boolean) => ReactNode | |
|
|
| expandIcon | Custom expansion icon, hidden when it is `false` | boolean <br/>\|ReactNode <br/>\| (expanded: boolean) => ReactNode | |
|
|
-| expandedRowKeys | Expanded rows, the row expansion function will be controlled when this parameter is introduced. | (string | number)[] | |
|
|
|
|
|
|
+| expandedRowKeys | Expanded rows, the row expansion function will be controlled when this parameter is introduced. | (string \| number)[] | |
|
|
| expandedRowRender | Extra unfolding lines | (record: object, index: number, expanded: boolean) => ReactNode | |
|
|
| expandedRowRender | Extra unfolding lines | (record: object, index: number, expanded: boolean) => ReactNode | |
|
|
| expandAllRows | All rows are expanded | boolean | false | **1.30.0**
|
|
| expandAllRows | All rows are expanded | boolean | false | **1.30.0**
|
|
| expandAllGroupRows | All grouped rows are expanded | boolean | false | **1.30.0**
|
|
| expandAllGroupRows | All grouped rows are expanded | boolean | false | **1.30.0**
|