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.6.2 to 0.6.5

lib/editors/DateEditor.js

3

CHANGELOG.md

@@ -1,5 +0,6 @@

## [0.6.2] - 2018-11-05
## [0.6.5] - 2018-11-05
### Added
- tabulator-tables 4.1.1 integration
- DateEditor
- example: autocomplete editor with header filter

@@ -6,0 +7,0 @@ ### Changed

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

var ReactTabulator_1 = require("./ReactTabulator");
var DateEditor_1 = require("./editors/DateEditor");
var columns = [

@@ -30,8 +31,8 @@ { title: 'Name', field: 'name', width: 150 },

{ id: 1, name: 'Oli Bob', age: '12', col: 'red', dob: '01/01/1980', rating: 5, passed: true },
{ id: 2, name: 'Mary May', age: '1', col: 'green', dob: '14/05/1989', rating: 4, passed: true },
{ id: 3, name: 'Christine Lobowski', age: '42', col: 'green', dob: '22/05/1985', rating: 4, passed: false },
{ id: 2, name: 'Mary May', age: '1', col: 'green', dob: '12/05/1989', rating: 4, passed: true },
{ id: 3, name: 'Christine Lobowski', age: '42', col: 'green', dob: '10/05/1985', rating: 4, passed: false },
{ id: 4, name: 'Brendon Philips', age: '125', col: 'red', dob: '01/08/1980', rating: 4.5, passed: true },
{ id: 5, name: 'Margret Marmajuke', age: '16', col: 'yellow', dob: '31/01/1999', rating: 4, passed: false },
{ id: 6, name: 'Van Ng', age: '37', col: 'green', dob: '06/15/1982', rating: 4, passed: true },
{ id: 7, name: 'Duc Ng', age: '37', col: 'yellow', dob: '10/15/1982', rating: 4, passed: true }
{ id: 5, name: 'Margret Marmajuke', age: '16', col: 'yellow', dob: '07/01/1999', rating: 4, passed: false },
{ id: 6, name: 'Van Ng', age: '37', col: 'green', dob: '06/10/1982', rating: 4, passed: true },
{ id: 7, name: 'Duc Ng', age: '37', col: 'yellow', dob: '10/10/1982', rating: 4, passed: true }
];

@@ -51,3 +52,3 @@ // Editable Example:

},
{ title: 'Date Of Birth', field: 'dob', align: 'center', editor: 'input' },
{ title: 'Date Of Birth', field: 'dob', align: 'center', editor: DateEditor_1["default"], editorParams: { format: 'MM/dd/yyyy' } },
{ title: 'Rating', field: 'rating', align: 'center', formatter: 'star', editor: true },

@@ -54,0 +55,0 @@ { title: 'Passed?', field: 'passed', align: 'center', formatter: 'tickCross', editor: true }

{
"name": "react-tabulator",
"version": "0.6.2",
"version": "0.6.5",
"description": "React Tabulator component",

@@ -44,2 +44,3 @@ "main": "lib/index.js",

"dependencies": {
"date-fns": "v2.0.0-alpha.25",
"dotenv": "^6.1.0",

@@ -46,0 +47,0 @@ "pick-react-known-prop": "^0.1.5",

@@ -27,3 +27,4 @@ # react-tabulator

- Jest-puppeteer for testing
- React Cell Editors / Filters (TBD)
- React Cell Editors: DateEditor, etc. (TBD)
- React Filters (TBD)

@@ -30,0 +31,0 @@ ### 📦 Usage

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