react-tabulator
Advanced tools
Comparing version 0.20.2 to 0.20.3
@@ -55,4 +55,5 @@ "use strict"; | ||
/* tslint:disable-next-line */ | ||
var Tabulator_Import = require("tabulator-tables"); | ||
var Tabulator = Tabulator_Import.TabulatorFull; | ||
// import * as Tabulator_Import from 'tabulator-tables'; | ||
// const { TabulatorFull: Tabulator } = Tabulator_Import; | ||
var tabulator_tables_1 = require("tabulator-tables"); | ||
var ReactTabulator = function (props) { | ||
@@ -80,3 +81,3 @@ var ref = React.useRef(); | ||
} | ||
instanceRef.current = new 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. | ||
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. | ||
)); | ||
@@ -83,0 +84,0 @@ if (props.events) { |
{ | ||
"name": "react-tabulator", | ||
"version": "0.20.2", | ||
"version": "0.20.3", | ||
"description": "React Tabulator is based on tabulator - a JS table library with many advanced features.", | ||
@@ -50,3 +50,3 @@ "main": "lib/index.js", | ||
"react-tag-autocomplete": "^5.7.1", | ||
"tabulator-tables": "6.2.5" | ||
"tabulator-tables": "5.6.1" | ||
}, | ||
@@ -53,0 +53,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
4508081
42094
+ Addedtabulator-tables@5.6.1(transitive)
- Removedtabulator-tables@6.2.5(transitive)
Updatedtabulator-tables@5.6.1