Comparing version 3.11.0 to 3.11.1
@@ -411,3 +411,3 @@ 'use strict'; | ||
), | ||
_react2['default'].createElement( | ||
props.footer ? _react2['default'].createElement( | ||
'tfoot', | ||
@@ -421,6 +421,6 @@ { className: prefixCls + '-tfoot' }, | ||
{ colSpan: '0' }, | ||
props.footer && props.footer(this.state.data) | ||
props.footer(this.state.data) | ||
) | ||
) | ||
) | ||
) : null | ||
) | ||
@@ -427,0 +427,0 @@ ) |
{ | ||
"name": "rc-table", | ||
"version": "3.11.0", | ||
"version": "3.11.1", | ||
"description": "table ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30232