react-tabulator
Advanced tools
Comparing version 0.12.1 to 0.12.2
@@ -13,3 +13,3 @@ "use strict"; | ||
'clipboardCopySelector', 'clipboardCopyFormatter', 'clipboardCopyHeader', 'clipboardPasteParser', | ||
'clipboardPasteAction', 'rowFormatter', 'placeholder']; | ||
'clipboardPasteAction', 'rowFormatter', 'placeholder', 'selectable']; | ||
for (var _i = 0, defaultOptions_1 = defaultOptions; _i < defaultOptions_1.length; _i++) { | ||
@@ -16,0 +16,0 @@ var opt = defaultOptions_1[_i]; |
@@ -73,2 +73,3 @@ "use strict"; | ||
field: 'pets', | ||
sorter: function (a, b) { return a.toString().localeCompare(b.toString()); }, | ||
editor: MultiSelectEditor_1["default"], | ||
@@ -75,0 +76,0 @@ editorParams: { values: petOptions }, |
{ | ||
"name": "react-tabulator", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"description": "React Tabulator is based on tabulator - a JS table library with many advanced features.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -47,2 +47,3 @@ # react-tabulator | ||
- Code Example (React 15.x): [Codesandbox](https://codesandbox.io/s/0mwpy612xw?module=/src/components/Home.js) | ||
- [More Codesandbox Examples](/docs/examples.md) | ||
@@ -49,0 +50,0 @@ ### 🔧 Commands |
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
1641058
20161
75