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