Skip to content

Commit 1704ce4

Browse files
committed
fix: table custom expandIcon function not work #751
1 parent 1790dab commit 1704ce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: components/table/interface.js

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export const TableProps = {
126126
scroll: PropTypes.object,
127127
childrenColumnName: PropTypes.oneOfType([PropTypes.array, PropTypes.string]),
128128
bodyStyle: PropTypes.any,
129+
expandIcon: PropTypes.func,
129130
// className?: PropTypes.string,
130131
// style?: React.CSSProperties;
131132
// children?: React.ReactNode;

0 commit comments

Comments
 (0)