You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| expandable.showExpandAll | Boolean | false | Show expand all icon in the expand column header when using `expandedRowRender`|
91
94
| expandable.onExpand | Function(expanded, record) || function to call when click expand icon |
95
+
| expandable.onExpandAll | Function(expanded, records) || function to call when click expand all icon |
92
96
| expandable.onExpandedRowsChange | Function(expandedRows) || function to call when the expanded rows change |
93
97
| expandable.fixed | String \| Boolean | - | this expand icon will be fixed when table scroll horizontally: true or `left` or `right` and `expandIconColumnIndex` need to stay first or last |
94
98
| rowKey | string or Function(record, index):string| 'key' | If rowKey is string, `record[rowKey]` will be used as key. If rowKey is function, the return value of `rowKey(record, index)` will be use as key. |
0 commit comments