fix: table custom expandIcon function not work #751

pull/833/head
tangjinzhou 2019-05-25 21:59:08 +08:00
parent 1790dab16b
commit 1704ce4282
1 changed files with 1 additions and 0 deletions

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;