Rob Garrison
b6647faba5
2.29.0
2017-09-27 21:09:50 -05:00
Rob Garrison
b8c47b5077
StickyHeaders: Check horizontal scrolling. Fixes #1455
2017-09-12 13:36:30 -05:00
Rob Garrison
2854dc4340
StickyHeaders: only update class as needed. See #1018
2017-08-31 14:48:01 -05:00
Rob Garrison
8dbd34ece6
v2.28.13
2017-06-02 17:49:41 -05:00
Rob Garrison
bc07c45fa4
StickyHeaders: init with visible headers on partial scroll
2017-06-01 13:32:08 -05:00
Rob Garrison
9d27c66484
StickyHeaders: Fix dynamic updating of offset. Fixes #1412
2017-06-01 13:30:38 -05:00
Rob Garrison
97784fac29
v2.28.4
2017-01-06 20:56:05 -06:00
Rob Garrison
822613ae4f
StickyHeaders: reduce priority below pager widget
...
so it initializes before the pager
2016-12-16 17:20:02 -06:00
Rob Garrison
1a733a78b7
version bump
2016-07-31 20:48:27 -05:00
Rob Garrison
2a249b4ebd
StickyHeaders: add appendTo option
2016-07-26 02:46:32 -05:00
Rob Garrison
6d76080f8e
version bump
2016-05-01 15:33:35 -05:00
Rob Garrison
0ad959531c
StickyHeaders: Include caption height in calculations. Fixes #1205
2016-04-30 08:30:18 -05:00
Rob Garrison
9feb20551e
version bump
2016-04-01 12:07:16 -05:00
Rob Garrison
8ed9156cbb
StickyHeaders: Update on table resize for Firefox. Fixes #1183
2016-03-23 11:12:28 -05:00
Rob Garrison
d089be2734
version bump
2016-03-01 23:00:22 -06:00
Drumsticks1
ec1a2a7cf3
Modified stickyHeaderWidget for better performance
...
Don't call the checkSizes function anymore on disabling the sticky Header via addHeaderResizeEvent(table, true);
It was an unneccesary performance loss as the gained data wasn't used afterwards.
2016-02-24 21:27:08 +01:00
Drumsticks1
9807a4f907
Fixed memory leak caused by sticky headers ( #1034 )
2016-02-24 14:44:07 +01:00
Rob Garrison
87a10d6987
Global: Use triggerHandler to prevent event bubble to any outer table
2015-12-01 19:38:56 -06:00
Rob Garrison
1d813bd766
version bump
2015-10-31 11:06:09 -05:00
Rob Garrison
1bb00280ed
Filter & stickyHeaders: hideFilters applies to stickyHeaders again. Fixes #1050
2015-10-18 13:21:55 -05:00
Mottie
75de112ef6
Build: Add jscs checking & fix style issues
...
Thanks @Herst!
2015-07-22 23:29:51 -05:00
Mottie
f315a8f02d
StickyHeaders: fix js error. See #920
2015-05-29 07:16:31 -05:00
Mottie
1880d775ef
resizable + stickyHeaders: replace window resize trigger. Fixes #912
2015-05-21 18:34:59 -05:00
Mottie
1ccb713f2b
Widgets: modify ts
variable definition. See #866
2015-04-09 09:26:49 -05:00
Mottie
6f524ccef6
version bump
2015-03-26 10:48:43 -05:00
Mottie
c82280e598
Global: removed c.$extraTables & c.$extraHeaders
...
These variables were causing memory leaks
2015-03-25 00:52:29 -05:00
Mottie
7f37b90ebd
General code cleanup
...
Also replace instances of tagName with nodeName
2015-03-23 16:08:07 -05:00
Mottie
403d831fc0
version bump
2015-03-05 10:10:57 -06:00
Mottie
c93ee7ceef
StickyHeaders: add sticky header hidden class & modal demo links. Closes #832
...
position relative is only added if no position attribute is set
2015-02-26 17:52:31 -06:00
Mottie
68d6364a03
StickyHeaders: works with full height wrapper. Fixes #564
2015-02-24 00:04:52 -06:00
Mottie
b71c1fe681
Event unbinding: change trim to replace spaces
...
the problem in jQuery 1.7-1.8 was any double spaces within a list of event names would cause the unbind to remove all event bindings - see http://jsfiddle.net/Mottie/zL6uory0/2/
2015-02-20 16:17:29 -06:00
Mottie
2774abf8d8
Build: Add grunt build process
...
Rearranged, renamed & broke apart other files
2015-02-12 21:10:38 -06:00