react-tabulator
Advanced tools
Comparing version 0.16.6 to 0.16.8
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); |
@@ -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", |
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
4115634
136
39023