Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-tabulator

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tabulator - npm Package Compare versions

Comparing version 0.7.9 to 0.7.10

5

CHANGELOG.md

@@ -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 @@

3

lib/editors/MultiSelectEditor.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc