mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 11:08:00 +08:00
fix: table custom expandIcon function not work #751
This commit is contained in:
parent
1790dab16b
commit
1704ce4282
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user