@itable/material-ui
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -15,6 +15,12 @@ "use strict"; | ||
}]; | ||
(0, _react2.storiesOf)('MaterialUI ', module).add('Table', function () { | ||
(0, _react2.storiesOf)('MaterialUI', module).add('Simple table', function () { | ||
return _react.default.createElement(_index.Table, { | ||
data: data | ||
}, _react.default.createElement(_index.TableHead, null, _react.default.createElement(_index.TableHeader, null, "ID"), _react.default.createElement(_index.TableHeader, null, "Name")), _react.default.createElement(_index.TableBody, null, function (item) { | ||
}, _react.default.createElement(_index.TableHead, { | ||
onSort: function onSort() {}, | ||
sortBy: "ID" | ||
}, _react.default.createElement(_index.TableHeader, { | ||
sortByKey: "ID", | ||
width: 100 | ||
}, "ID"), _react.default.createElement(_index.TableHeader, null, "Name")), _react.default.createElement(_index.TableBody, null, function (item) { | ||
return _react.default.createElement(_index.TableRow, { | ||
@@ -21,0 +27,0 @@ hover: true |
{ | ||
"name": "@itable/material-ui", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "dist/index.js", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"dependencies": { | ||
"@itable/core": "^1.0.0" | ||
"@itable/core": "^1.3.3" | ||
}, | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "bfdd37e642646df48e03e2ca37d8a7a66fcbbdba" | ||
"gitHead": "44833227c0de337a6584a0106f12a57a22ebf461" | ||
} |
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
49
4367
Updated@itable/core@^1.3.3