Rob Garrison
cd803c67e1
Docs: update setFilters method
2016-05-09 07:34:18 -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
a7abfa4e11
version bump
2016-04-29 21:32:47 -05:00
Rob Garrison
a7e002f87b
ColumnSelector: Add columnSelector_maxPriorities
. Fixes #1204
2016-04-29 21:08:29 -05:00
Rob Garrison
ed762f4aa3
Docs: Add sortMultiSortKey
alternative settings. See #1200
2016-04-26 07:49:53 -05:00
Rob Garrison
93515e05cd
Docs: fix search next/prev result positioning
2016-04-20 06:59:51 -05:00
Rob Garrison
77b503431c
version bump
2016-04-11 16:04:30 -05:00
Rob Garrison
b71dddef98
Docs: fix demo link
2016-04-06 22:26:37 -05:00
Rob Garrison
6834ec74a9
Docs: add duplicateSpan change
2016-04-06 22:22:18 -05:00
Rob Garrison
7f4f46e82e
Docs: update jQuery
2016-04-06 22:13:20 -05:00
Rob Garrison
9feb20551e
version bump
2016-04-01 12:07:16 -05:00
Rob Garrison
16c625f5a8
Filter: check match on both internal & external filters. See #1177
2016-03-23 19:33:25 -05:00
Rob Garrison
fade388523
version bump
2016-03-18 10:38:01 -05:00
Rob Garrison
c6514a7671
Docs: More notes about .filtered {display:none}
. See #1172
2016-03-08 15:43:17 -06:00
Rob Garrison
bfee55735f
Filter: Add "filterResetSaved" method. See #1173
2016-03-08 14:39:23 -06:00
Rob Garrison
89e9eaa3c2
Lazyload: change skip_invisible option default to true
2016-03-06 11:54:29 -06:00
Rob Garrison
1547da983e
Update dependencies
2016-03-05 10:57:16 -06:00
Rob Garrison
d089be2734
version bump
2016-03-01 23:00:22 -06:00
Rob Garrison
5fc8ecb3e5
Filter: Add filter_matchType option. Fixes #1170
2016-03-01 22:23:59 -06:00
Rob Garrison
50656376c3
Docs: use filter widget directly for testing changes
2016-03-01 20:42:04 -06:00
Rob Garrison
c98a8ce6e8
Docs: Fix link & label
2016-02-24 21:41:37 -06:00
Rob Garrison
8c99112332
Scroller: tweak code from #1165 . Fixes #907
2016-02-24 21:31:49 -06:00
Rob Garrison
da06d6e563
Docs: get from storage now requires passing an "undefined" value. See #1163
2016-02-24 12:33:06 -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
b40693a954
ColumnSelector: Prevent refresh error. See #1145
2016-01-28 08:00:51 -06: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
58ce9220ff
Docs: Add clarification about hiding columns. See #1133
2016-01-21 07:21:41 -06:00
Rob Garrison
01b531ee8e
version bump
2016-01-15 07:52: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
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
d59befbbf3
Filter: fix "or" test regex. Fixes #1117
2016-01-10 21:04:19 -06:00
Rob Garrison
fa45fea896
Output: output_callback can now return modified data. Fixes #1121
2016-01-10 18:43:53 -06:00
Rob Garrison
5992cb6649
Docs: add html hint & fix issues
2016-01-10 18:00:36 -06:00
Rob Garrison
cdd9fa9427
Docs: update to jQuery v1.12.0
2016-01-09 07:42:56 -06:00
Rob Garrison
03db8eec0e
version bump
2015-12-13 16:24:42 -06:00
Rob Garrison
60282f0787
Core & Filter: Add duplicateSpan option
...
Core:
- Added `duplicateSpan` option (default is `true`).
- Renamed `$.tablesorter.formatSortingOrder` to `$.tablesorter.getOrder`.
- Include `table` in console.error if an issue is encountered during
initialization.
- Clean up warning when no parser is found for given data.
- Fix `config.sortVars` js error for non-existent header cells.
- Added unit tests.
- Added "example-colspan.html" demo.
Filter:
- Filters that span multiple columns now have the correct data-column set.
- Consolidated code that parsed data-column ranges into `findRange` function.
- Added unit tests
2015-12-13 16:23:48 -06:00
Rob Garrison
d6ff627aee
Math: math_none can now be set to an empty string
2015-12-13 06:56:38 -06:00
Rob Garrison
12af874e88
Docs: math doc updates
2015-12-13 06:39:30 -06:00
Rob Garrison
fb16792adf
Math: fix data-math-filter error. See #1083
2015-12-13 05:52:45 -06:00
Rob Garrison
4e1c96d437
Math: lots of tweaks. See #1083
...
- Initial calculation performed once - changed binding to either "filterEnd"
or "pagerComplete", not both.
- Added change flag so a cache update is only performed when cell content
inside of a sortable tbody was modified.
- Fix data-math-filter on "all" cell calculation with fixes to getRow &
getColumn functions so that filters get priority over the "filtered" row
check.
2015-12-12 20:42:34 -06:00
Rob Garrison
3ada0de10a
Docs: add note filter localization - escaping regex characters. See #1101
2015-12-12 20:42:33 -06:00
Rob Garrison
84d4f72ad3
Core: Add triggered removeWidget method & update docs
...
Docs for applyWidgetId also updated
2015-12-10 22:51:33 -06:00
Rob Garrison
ab07e59b8f
Filter: prevent insideRange searches on "all" columns
2015-12-10 20:09:51 -06:00
Rob Garrison
de4c3db1ad
Docs: Add note that reflow widget only works with HTML5
2015-12-08 13:07:17 -06:00