We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afb93e commit 2b422ddCopy full SHA for 2b422dd
components/table/interface.js
@@ -94,7 +94,7 @@ export const TableRowSelection = {
94
export const TableProps = {
95
prefixCls: PropTypes.string,
96
dropdownPrefixCls: PropTypes.string,
97
- rowSelection: PropTypes.oneOfType([PropTypes.shape(TableRowSelection).loose, null]),
+ rowSelection: PropTypes.oneOfType([PropTypes.shape(TableRowSelection).loose, Object]),
98
pagination: PropTypes.oneOfType([
99
PropTypes.shape({
100
...PaginationProps,
0 commit comments