react-data-grid-temp
Advanced tools
Comparing version 7.0.0-canary.22.6 to 7.0.0-canary.22.7
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package