floatthead
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -20,3 +20,3 @@ interface floatTheadOptions { | ||
floatThead(floatTheadOptions?: floatTheadOptions): JQuery; | ||
floatThead(action: ("destroy"|"reflow"|"getRowGroups")): JQuery|() => JQuery; | ||
floatThead(action: "destroy"|"reflow"|"getRowGroups"): JQuery|(() => JQuery); | ||
trigger(action: string): JQuery; | ||
@@ -23,0 +23,0 @@ on(events: string, handler: (event: Event, $floatContainer: JQuery) => void|boolean): JQuery; |
{ | ||
"name": "floatthead", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "fixed table header plugin that works", | ||
@@ -5,0 +5,0 @@ "main": "dist/jquery.floatThead.min.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