react-tabulator
Advanced tools
Comparing version 0.7.9 to 0.7.10
@@ -0,1 +1,6 @@ | ||
## [0.7.10] - 2018-11-26 | ||
### Changed | ||
- upgraded tabulator to 4.1.3 | ||
## [0.7.9] - 2018-11-20 | ||
@@ -2,0 +7,0 @@ |
@@ -65,2 +65,3 @@ "use strict"; | ||
if (newValue) { | ||
// console.log(111, newValue, this.ref); | ||
var values = Utils_1.clone(_this.state.values); | ||
@@ -97,3 +98,3 @@ values.push({ id: newValue, name: newValue }); | ||
var _this = this; | ||
var _a = this.props, cell = _a.cell, editorParams = _a.editorParams; | ||
var editorParams = this.props.editorParams; | ||
var values = this.state.values; | ||
@@ -100,0 +101,0 @@ var suggestions = editorParams.values; |
@@ -67,3 +67,4 @@ "use strict"; | ||
that.props.dataLoaded ? that.props.dataLoaded() : ''; | ||
} }, options, { data: data })); | ||
} }, options, { // props.options are passed to Tabulator's options. | ||
data: data })); | ||
// await table.setData(data); | ||
@@ -70,0 +71,0 @@ // console.log('- componentDidMount'); |
{ | ||
"name": "react-tabulator", | ||
"version": "0.7.9", | ||
"version": "0.7.10", | ||
"description": "React Tabulator component", | ||
@@ -49,3 +49,3 @@ "main": "lib/index.js", | ||
"react-tag-autocomplete": "^5.7.1", | ||
"tabulator-tables": "^4.1.2" | ||
"tabulator-tables": "^4.1.3" | ||
}, | ||
@@ -52,0 +52,0 @@ "peerDependencies": { |
@@ -40,3 +40,5 @@ # react-tabulator | ||
<ReactTabulator data={data} /> | ||
<ReactTabulator columns={columns} data={data} options={} /> | ||
"options" will be passed directly to Tabulator's options. | ||
``` | ||
@@ -43,0 +45,0 @@ |
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
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
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
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
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
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
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
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
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
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
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
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
1148549
13667
69
Updatedtabulator-tables@^4.1.3