material-table
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -70,5 +70,9 @@ 'use strict'; | ||
if (this.props.actions) { | ||
return this.props.actions.map(function (action) { | ||
return _this3.renderButton(action); | ||
}); | ||
return React.createElement( | ||
'div', | ||
{ style: { display: 'flex' } }, | ||
this.props.actions.map(function (action) { | ||
return _this3.renderButton(action); | ||
}) | ||
); | ||
} | ||
@@ -75,0 +79,0 @@ |
{ | ||
"name": "material-table", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,3 +13,3 @@ # material-table | ||
## Installation | ||
$ npm install material-table --save | ||
npm install material-table --save | ||
@@ -16,0 +16,0 @@ ## Usage |
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
47295
874