Skip to content

Commit

Permalink
fix: table custom expandIcon function not work #751
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed May 25, 2019
1 parent 1790dab commit 1704ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/table/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1704ce4

Please sign in to comment.