New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-data-grid

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-data-grid - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

15

react-data-grid/index.d.ts

@@ -101,2 +101,7 @@ // Type definitions for react-data-grid 2.0

/**
* The height of the header filter row in pixels.
* @default 45
*/
headerFiltersHeight?: number
/**
* The minimum width of each column in pixels.

@@ -167,7 +172,7 @@ * @default 80

/**
* Enables cells to be dragged and dropped
* Enables cells to be dragged and dropped
* @default false
*/
enableDragAndDrop?: boolean
/**

@@ -216,6 +221,6 @@ * Called when a cell is selected.

onRowExpandToggle?: (props: OnRowExpandToggle ) => void
/**
* Responsible for returning an Array of values that can be used for filtering
* a column that is column.filterable and using a column.filterRenderer that
* a column that is column.filterable and using a column.filterRenderer that
* displays a list of options.

@@ -491,3 +496,3 @@ * @param columnKey the column key that we are looking to pull values from

*/
export class ReactDataGrid extends React.Component<GridProps> {
export class ReactDataGrid extends React.Component<GridProps> {
/**

@@ -494,0 +499,0 @@ * Opens the editor for the cell (idx) in the given row (rowIdx). If the column is not editable then nothing will happen.

{
"name": "@types/react-data-grid",
"version": "2.0.9",
"version": "2.0.10",
"description": "TypeScript definitions for react-data-grid",

@@ -32,4 +32,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "fe4666edf791487082d188ae30553431504f8c22f995278369936bb2a2db7ec7",
"typesPublisherContentHash": "b67300fc17fea16ff939fe3567deef9caf525ecc263362f50628061028e8cff1",
"typeScriptVersion": "2.6"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 12 Feb 2018 20:56:56 GMT
* Last updated: Tue, 27 Mar 2018 18:51:52 GMT
* Dependencies: react

@@ -14,0 +14,0 @@ * Global values: AdazzleReactDataGrid, AdazzleReactDataGridPlugins

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