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
Rob Garrison
1bb9a5d1b2
Math: Limit tbody cell processing & use cellIndex whenever possible. See #1048
2015-12-04 00:48:41 -06:00
Rob Garrison
a9ec53ee19
Core: After init, computeColumnIndex adds "data-column" to mismatch indexes
...
This only occurs when the function is called externally and a `config`
parameter is passed to the function, otherwise a "data-column" attribute
is added to all cells. This change will minimize DOM manipulation.
2015-12-04 00:42:26 -06:00
Rob Garrison
f6012b4e76
Docs: Fix search tooltip not hiding on menu close
2015-12-03 21:26:19 -06:00
Rob Garrison
29af6f0ade
Docs: update to Bootstrap v3.3.6
2015-11-25 17:55:06 -06:00
Rob Garrison
8a3c315f0c
Math: Add "data-math-filter" override of math_rowFilter
. See #1083
2015-11-23 23:29:33 -06:00
Rob Garrison
9b02a23890
Docs: add reference to datejs parser. See #1084
2015-11-23 10:22:03 -06:00
Rob Garrison
fe23f7c0c1
version bump
2015-11-22 22:05:06 -06:00
Rob Garrison
8967627713
Math: add rowFilter option. See #1083
2015-11-22 16:22:05 -06:00
Rob Garrison
c10d4a334f
Parser: Add alternate date range parser & update filter insideRange
2015-11-20 23:14:02 -06:00
Rob Garrison
7e7a57d212
Print: Add print_now option. See #1081
2015-11-17 13:45:00 -06:00
Rob Garrison
2cb01b4ec2
Docs: update utility option section
2015-11-14 22:17:29 -06:00
Rob Garrison
a203ac5f52
version bump
2015-11-10 15:27:30 -06:00
Rob Garrison
7069c226be
Docs: Add filter + jQuery UI Selectmenu demo. See #1060
2015-11-10 14:42:16 -06:00
Rob Garrison
f51b39388a
Filter: selectSource option now accepts an array of objects
2015-11-10 14:40:26 -06:00
Rob Garrison
d1ba6178d7
Docs: minor updates
2015-11-09 20:00:01 -06:00
Rob Garrison
bf98c96265
Parser: Add file-extension parser
2015-11-09 15:09:12 -06:00
Rob Garrison
2281786f11
Docs: fix mixed content issue, broken links & other stuff
2015-11-09 13:11:10 -06:00
Rob Garrison
08735db313
Pager: clear tbody prior to calling ajaxProcessing
2015-11-09 11:42:42 -06:00
Rob Garrison
00daa3d148
Docs: Clarify output saveRows option usage. See #1070
2015-11-09 10:51:14 -06:00
Rob Garrison
2ac96256ac
Docs: Add clarification & missing possible values. See #1070
2015-11-09 07:01:24 -06:00
Rob Garrison
abc9a376d2
Docs: more sort2Hash doc updates
2015-11-08 21:56:29 -06:00
Rob Garrison
ac0356cf07
Docs: update note
2015-11-08 20:51:37 -06:00
Rob Garrison
65867145df
Sort2Hash: Add 2 utility functions to simplify hash processing
2015-11-08 20:47:30 -06:00
Rob Garrison
60ea78eea6
Toggle: Add widget to enable/disable sort & filter
2015-11-08 10:45:25 -06:00
Rob Garrison
57779698f5
Docs: updates
2015-11-08 10:38:23 -06:00
Rob Garrison
93514b80f4
HeaderTitles: update aria-label usage
2015-11-08 08:42:23 -06:00
Rob Garrison
9bf590edb8
Core: Add sortDisabled language setting; used in aria-labels
2015-11-08 08:36:13 -06:00
Rob Garrison
0394e24f1c
Docs: update group_formatter docs - see #1077
2015-11-06 13:31:37 -06:00