We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1790dab commit 1704ce4Copy full SHA for 1704ce4
components/table/interface.js
@@ -126,6 +126,7 @@ export const TableProps = {
126
scroll: PropTypes.object,
127
childrenColumnName: PropTypes.oneOfType([PropTypes.array, PropTypes.string]),
128
bodyStyle: PropTypes.any,
129
+ expandIcon: PropTypes.func,
130
// className?: PropTypes.string,
131
// style?: React.CSSProperties;
132
// children?: React.ReactNode;
0 commit comments