fix: table custom expandIcon function not work #751
parent
1790dab16b
commit
1704ce4282
|
@ -126,6 +126,7 @@ export const TableProps = {
|
|||
scroll: PropTypes.object,
|
||||
childrenColumnName: PropTypes.oneOfType([PropTypes.array, PropTypes.string]),
|
||||
bodyStyle: PropTypes.any,
|
||||
expandIcon: PropTypes.func,
|
||||
// className?: PropTypes.string,
|
||||
// style?: React.CSSProperties;
|
||||
// children?: React.ReactNode;
|
||||
|
|
Loading…
Reference in New Issue