Comparing version 4.0.0 to 4.0.1
@@ -234,3 +234,3 @@ 'use strict'; | ||
var needIndentSpaced = props.data.some(function (record) { | ||
return record[childrenColumnName] && record[childrenColumnName].length > 0; | ||
return record[childrenColumnName]; | ||
}); | ||
@@ -237,0 +237,0 @@ var onRowClick = props.onRowClick; |
{ | ||
"name": "rc-table", | ||
"version": "4.0.0", | ||
"version": "4.0.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
40400