@types/react-data-grid
Advanced tools
Comparing version 2.0.11 to 2.0.12
@@ -133,3 +133,14 @@ // Type definitions for react-data-grid 2.0 | ||
onGridSort?: (sortColumn: string, sortDirection: 'ASC' | 'DESC' | 'NONE') => void | ||
/** | ||
* Initial sorting direction | ||
*/ | ||
sortDirection?: 'ASC' | 'DESC' | 'NONE' | ||
/** | ||
* key of the initial sorted column | ||
*/ | ||
sortColumn?: string | ||
/** | ||
* Called when the user filters a column by some value. | ||
@@ -136,0 +147,0 @@ * Should restrict the rows in rowGetter to only things that match the filter. |
{ | ||
"name": "@types/react-data-grid", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"description": "TypeScript definitions for react-data-grid", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -33,4 +33,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "06ba848979536f0c47c9a360c280112d35f6427d5cc2dd9a8a2c77aa188e762c", | ||
"typesPublisherContentHash": "c61618fe7d692032b137a1f1caf22e13d19d491c3d1a993bc6f4a9765abeeca3", | ||
"typeScriptVersion": "2.6" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/react-data-grid | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-data-grid | ||
Additional Details | ||
* Last updated: Tue, 15 May 2018 17:48:31 GMT | ||
* Last updated: Sat, 14 Jul 2018 01:02:01 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: AdazzleReactDataGrid, AdazzleReactDataGridPlugins |
23745
596