react-data-table-component
Advanced tools
Comparing version 6.11.7 to 6.11.8
@@ -11,3 +11,3 @@ import * as React from 'react'; | ||
id?: string | number; | ||
name: string | number | React.ReactNode; | ||
name?: string | number | React.ReactNode; | ||
selector?: string | ((row: T, rowIndex: number) => React.ReactNode); | ||
@@ -14,0 +14,0 @@ sortable?: boolean; |
{ | ||
"name": "react-data-table-component", | ||
"version": "6.11.7", | ||
"version": "6.11.8", | ||
"description": "A declarative react based data table", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
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
949912