floatthead
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -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.2", | ||
"version": "2.2.3", | ||
"description": "fixed table header plugin that works", | ||
@@ -5,0 +5,0 @@ "main": "dist/jquery.floatThead.min.js", |
@@ -29,3 +29,3 @@ <p align="left"> | ||
#### Download code | ||
[Latest Release (zip)](https://github.com/mkoryak/floatThead/archive/2.2.2.zip) | ||
[Latest Release (zip)](https://github.com/mkoryak/floatThead/archive/2.2.3.zip) | ||
@@ -32,0 +32,0 @@ #### Via CDN |
128645