Rob Garrison
6b8e08b1de
Storage: allow setting a falsy value. Fixes #1163
2016-02-24 12:21:29 -06:00
Rob G
ca24e6b550
Merge pull request #1162 from Drumsticks1/master
...
Fixed memory leak caused by sticky headers widget (#1034 )
2016-02-24 11:08:07 -06:00
Rob Garrison
2fdf197615
Print: stop print event propagation from nested tables. Fixes #1160
2016-02-24 10:57:48 -06:00
Drumsticks1
9807a4f907
Fixed memory leak caused by sticky headers ( #1034 )
2016-02-24 14:44:07 +01:00
Rob Garrison
3855c2e2b5
Dist: update other files in dist folder
2016-02-23 11:52:13 -06:00
Rob Garrison
b0b912ae35
Parser: Add huge number parser. See #1161
2016-02-23 11:51:31 -06:00
Rob Garrison
b31a1a61cd
Editable: Replace pasted content with plain text. See #994
2016-02-21 21:52:03 -06:00
Rob Garrison
2f9fa35e55
Global: Replace array push functions in main loops
2016-02-21 21:47:59 -06:00
Rob Garrison
61f38b81b1
Scroller: Move caption to cloned thead. Fixes #1141
2016-02-18 07:55:15 -06:00
Rob Garrison
268706acbe
Grunt: update dependencies
2016-02-18 07:54:15 -06:00
Rob Garrison
9361bf7aa3
Group: use non-cached variables when added after core init. Fixes #1158
2016-02-16 14:16:18 -06:00
Rob Garrison
4c1ce278ef
Grunt: update dependencies
2016-02-16 14:10:07 -06:00
Rob Garrison
4fa9c62605
Editable: Fix lint issue
2016-02-15 14:19:36 -06:00
Rob Garrison
a234d31cba
version bump
2016-02-15 13:15:22 -06:00
Rob Garrison
ed1b8626c1
Build: update dependencies
2016-02-15 12:40:35 -06:00
Rob Garrison
35df54cc03
Grouping: reapply zebra after collapsed group opens. Fixes #1156
2016-02-15 12:39:45 -06:00
Rob Garrison
e2d2b472c6
Core: applyWidgetId properly accepts jQuery table element
2016-02-15 12:11:39 -06:00
Rob Garrison
5560f12011
Pager: Prevent js error on successive removal calls. Fixes #1155
2016-02-15 12:01:19 -06:00
Rob Garrison
bbe8be96c8
Core: remove id from widgets option prior to remove function. See #1155
2016-02-15 12:00:31 -06:00
Rob Garrison
90ce03df6e
Filter: fix disable live search. See #1152
2016-02-04 08:04:36 -06:00
Rob Garrison
b40693a954
ColumnSelector: Prevent refresh error. See #1145
2016-01-28 08:00:51 -06:00
Rob G
06c1d3a2be
Merge pull request #1145 from eltharin/master
...
clear column container when refreshing
2016-01-28 07:50:33 -06:00
rjoly
303e196651
clear column container when refreshing
2016-01-28 11:27:47 +01:00
Rob Garrison
554a135e13
Docs: show actual theme names
2016-01-27 21:21:49 -06:00
Rob Garrison
20e76e4ec4
Docs: add ignoreRow class to pager row
2016-01-27 21:21:33 -06:00
Rob Garrison
d38fb26191
Pager: add initialRows option; use with false processAjaxOnInit
...
See http://stackoverflow.com/q/34972532/145346
2016-01-24 10:10:58 -06:00
Rob Garrison
691c539ca6
Editable: use execCommand to selectAll, if supported
2016-01-22 16:52:35 -06:00
Rob Garrison
121b134db9
Testing: re-align code
2016-01-22 16:50:47 -06:00
Rob Garrison
7f08f7dd1d
Filter: select defaults to exact match again. Fixes #1136
2016-01-22 13:36:09 -06:00
Rob Garrison
bb7b57d0a1
version bump
2016-01-21 07:44:37 -06:00
Rob Garrison
87edcd3814
Filter: Search delay now works properly. Fixes #1134
2016-01-21 07:32:41 -06:00
Rob Garrison
58ce9220ff
Docs: Add clarification about hiding columns. See #1133
2016-01-21 07:21:41 -06:00
Rob G
379e8be0c0
Merge pull request #1130 from aspiredu/undefined-filters
...
Check that the filter is not undefined before encoding/decoding it.
2016-01-20 13:07:23 -06:00
tschilling
426d72b50d
Treat null filters the same way as undefined filters.
2016-01-20 10:50:35 -05:00
tschilling
4cb15889d7
Check that the filter is not undefined before encoding/decoding it.
...
If we include undefined filter values in the encoding/decoding,
then we store 'undefined' as the value in the cookie. When this
gets parsed out, it's treated as an actual value. This will likely
not match anything resulting in the initial filtering to filter out
all results.
2016-01-19 15:10:22 -05:00
Rob Garrison
f469d399f7
Build: update dependencies
2016-01-18 20:46:50 -06:00
Rob Garrison
01b531ee8e
version bump
2016-01-15 07:52:22 -06:00
Rob Garrison
1046652c30
Core: Revert extra header class name updating. See #1116
...
c34f78f5da
2016-01-15 07:41:22 -06:00
Rob Garrison
f26b25c771
Docs & test: Add jQuery 3.0.0-beta for testing
2016-01-15 07:39:40 -06:00
Rob Garrison
d341783d0e
Filter: Add filter_resetOnEsc option. See #1126
2016-01-14 22:18:48 -06:00
Rob Garrison
c9db44504e
Parser: checkbox value should no longer change. Fixes #1125
2016-01-13 20:50:17 -06:00
Rob Garrison
1d9bbd0447
Output: saveRows now accepts a filter callback function
...
See http://stackoverflow.com/q/34704687/145346
2016-01-12 18:18:21 -06:00
Rob Garrison
a0181a4337
version bump
2016-01-10 22:22:16 -06:00
Rob Garrison
06b190a520
Filter: parsed flag tweaks
...
* Set all true if `filter_useParsedData` true.
* Stop using c.$headers
2016-01-10 22:06:15 -06:00
Rob Garrison
4e9905f26c
Filter: functions now get exact data, ignoring parsed flag. Fixes #1107
2016-01-10 22:03:45 -06:00
Rob Garrison
7aa5ba3617
Filter: restore return false to fix unit tests
2016-01-10 21:31:54 -06:00
Rob Garrison
d59befbbf3
Filter: fix "or" test regex. Fixes #1117
2016-01-10 21:04:19 -06:00
Rob Garrison
1b57cdc141
ColumnSelector: change update info
2016-01-10 20:07:17 -06:00
Rob Garrison
cf56b8beb9
ColumnSelector: Add childrow colspan support. See #1120
2016-01-10 20:03:29 -06:00
Rob Garrison
fa45fea896
Output: output_callback can now return modified data. Fixes #1121
2016-01-10 18:43:53 -06:00