fix: table custom expandIcon function not work #751

This commit is contained in:
tangjinzhou 2019-05-25 21:59:08 +08:00
parent 1790dab16b
commit 1704ce4282

View File

@ -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;