material-table
Advanced tools
Comparing version 0.3.3 to 0.4.0
@@ -40,2 +40,9 @@ 'use strict'; | ||
if (typeof action === 'function') { | ||
action = action(this.props.data); | ||
if (!action) { | ||
return null; | ||
} | ||
} | ||
var button = React.createElement( | ||
@@ -42,0 +49,0 @@ _core.IconButton, |
{ | ||
"name": "material-table", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
47444
880