react-tabulator
Advanced tools
Comparing version 0.20.0 to 0.20.1
@@ -78,3 +78,3 @@ "use strict"; | ||
} | ||
instanceRef.current = new tabulator_tables_1.TabulatorFull(domEle, __assign(__assign(__assign({ columns: columns }, propOptions), { layout: (_a = props.layout) !== null && _a !== void 0 ? _a : 'fitColumns' }), options // props.options are passed to Tabulator's options. | ||
instanceRef.current = new tabulator_tables_1.Tabulator(domEle, __assign(__assign(__assign({ columns: columns }, propOptions), { layout: (_a = props.layout) !== null && _a !== void 0 ? _a : 'fitColumns' }), options // props.options are passed to Tabulator's options. | ||
)); | ||
@@ -81,0 +81,0 @@ if (props.events) { |
{ | ||
"name": "react-tabulator", | ||
"version": "0.20.0", | ||
"version": "0.20.1", | ||
"description": "React Tabulator is based on tabulator - a JS table library with many advanced features.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
4518403