@types/datatables.net
Advanced tools
Comparing version 1.10.2 to 1.10.3
@@ -1607,3 +1607,3 @@ // Type definitions for JQuery DataTables 1.10.9 | ||
interface FunctionColumnRender { | ||
(data: any, t: string, row: any, meta: CellMetaSettings): void; | ||
(data: any, type: 'filter' | 'display' | 'type' | 'sort' | undefined | any, row: any, meta: CellMetaSettings): any; | ||
} | ||
@@ -1610,0 +1610,0 @@ |
{ | ||
"name": "@types/datatables.net", | ||
"version": "1.10.2", | ||
"version": "1.10.3", | ||
"description": "TypeScript definitions for JQuery DataTables", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "d1c5bcc9934d57089c5657569d93b327b5283931a1805aa8f3ad3dfc025a14fc", | ||
"typesPublisherContentHash": "442335c94c1634e4fb5018e23afb91b138711acb8b014c42ec9835137e573517", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 15 Jun 2017 20:12:14 GMT | ||
* Last updated: Tue, 20 Jun 2017 20:20:01 GMT | ||
* Dependencies: jquery | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
59570