Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-data-grid-temp

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-data-grid-temp - npm Package Compare versions

Comparing version 7.0.0-canary.22.6 to 7.0.0-canary.22.7

2

lib/types.d.ts

@@ -52,2 +52,3 @@ import { KeyboardEvent, ReactNode } from 'react';

filterRenderer?: React.ComponentType<FilterRendererProps<TRow, any, TSummaryRow>>;
render?: (data: FormatterProps<TRow, TSummaryRow>) => ReactNode;
}

@@ -63,3 +64,2 @@ export interface CalculatedColumn<TRow, TSummaryRow = unknown> extends Column<TRow, TSummaryRow> {

formatter: React.ComponentType<FormatterProps<TRow, TSummaryRow>>;
render?: (data: FormatterProps<TRow, TSummaryRow>) => ReactNode;
}

@@ -66,0 +66,0 @@ export interface Position {

{
"name": "react-data-grid-temp",
"version": "7.0.0-canary.22.6",
"version": "7.0.0-canary.22.7",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like",

Sorry, the diff of this file is not supported yet

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