@types/react-data-grid
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -254,3 +254,3 @@ // Type definitions for react-data-grid 2.0 | ||
*/ | ||
editor?: React.ReactElement<any> | ||
editor?: React.ReactElement<any> | React.ComponentClass<any> | React.StatelessComponent<any> | ||
/** | ||
@@ -281,2 +281,7 @@ * A custom read-only formatter for this column. An image formatter is available in "react-data-grid/addons". | ||
cellClass?: string; | ||
/** | ||
* Whether this column can be dragged (re-arranged). | ||
* @default false | ||
*/ | ||
draggable?: boolean; | ||
} | ||
@@ -283,0 +288,0 @@ |
{ | ||
"name": "@types/react-data-grid", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "TypeScript definitions for react-data-grid", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "ff628cf7eb69bd4772202b22b408071c12ee5a12354171c98eea12d0f9b1aa7a", | ||
"typesPublisherContentHash": "1c9c2534f945faa66a17d04323e9c73b992e8c3ad7df7ac1b988eb2224a58c4a", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 07 Sep 2017 22:03:13 GMT | ||
* Last updated: Thu, 14 Sep 2017 19:43:24 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: AdazzleReactDataGrid, AdazzleReactDataGridPlugins |
21175
520