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.16.6 to 0.16.8

lib/types/TabulatorTypes.d.ts

6

lib/ReactTabulator.d.ts
import * as React from 'react';
import { IProps } from './ConfigUtils';
import { Tabulator as TabulatorTypes } from './types/TabulatorTypes';
export interface ReactTabulatorOptions extends TabulatorTypes.Options {
[k: string]: any;
}
interface IState {
data: any[];
columns: any[];
options?: any;
options?: ReactTabulatorOptions;
}

@@ -8,0 +12,0 @@ export default class extends React.Component<IProps, Partial<IState>> {

@@ -81,2 +81,3 @@ "use strict";

var tabulator_tables_1 = require("tabulator-tables");
;
var default_1 = /** @class */ (function (_super) {

@@ -83,0 +84,0 @@ __extends(default_1, _super);

3

lib/ReactTabulatorExample.js

@@ -141,3 +141,4 @@ "use strict";

height: 150,
movableRows: true
movableRows: true,
movableColumns: true
};

@@ -144,0 +145,0 @@ return (React.createElement("div", null,

{
"name": "react-tabulator",
"version": "0.16.6",
"version": "0.16.8",
"description": "React Tabulator is based on tabulator - a JS table library with many advanced features.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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