@types/react-data-grid
Advanced tools
Comparing version 2.0.10 to 2.0.11
@@ -207,2 +207,12 @@ // Type definitions for react-data-grid 2.0 | ||
/** | ||
* A custom formatter for the select all checkbox cell | ||
* @default react-data-grid/src/formatters/SelectAll.js | ||
*/ | ||
selectAllRenderer?: React.ComponentClass<any> | React.StatelessComponent<any>; | ||
/** | ||
* A custom formatter for select row column | ||
* @default AdazzleReactDataGridPlugins.Editors.CheckboxEditor | ||
*/ | ||
rowActionsCell?: React.ComponentClass<any> | React.StatelessComponent<any>; | ||
/** | ||
* An event function called when a row is clicked. | ||
@@ -209,0 +219,0 @@ * Clicking the header row will trigger a call with -1 for the rowIdx. |
{ | ||
"name": "@types/react-data-grid", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "TypeScript definitions for react-data-grid", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
}, | ||
@@ -33,4 +33,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "b67300fc17fea16ff939fe3567deef9caf525ecc263362f50628061028e8cff1", | ||
"typesPublisherContentHash": "06ba848979536f0c47c9a360c280112d35f6427d5cc2dd9a8a2c77aa188e762c", | ||
"typeScriptVersion": "2.6" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-data-grid | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/react-data-grid | ||
Additional Details | ||
* Last updated: Tue, 27 Mar 2018 18:51:52 GMT | ||
* Last updated: Tue, 15 May 2018 17:48:31 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: AdazzleReactDataGrid, AdazzleReactDataGridPlugins |
23545
588