Commit Graph

629 Commits

Author SHA1 Message Date
Mottie
acbf44d892 Math: now works properly with the pager. Fixes #621 2014-05-21 12:19:44 -05:00
Mottie
c429a0aa0a Output: add duplicate spans option. Fixes #619 2014-05-20 21:40:57 -05:00
Mottie
063f109659 Scroller: filter widget works with scroller again. Fixes #620 2014-05-20 20:49:19 -05:00
Mottie
1d3e7d9702 columnSelector: refreshColumnSelector no longer dependent on breakpoints 2014-05-20 20:47:55 -05:00
Mottie
485ab53e18 columnSelector: add refreshColumnSelector method 2014-05-18 13:14:48 -05:00
Mottie
70bd231ba4 Core: include resetToLoadState in destroy method 2014-05-16 13:47:03 -05:00
Mottie
9657255429 Core: Refer textExtraction by header class/id 2014-05-16 13:38:56 -05:00
Mottie
4627f214b8 Core: Refer headers option by header class/id 2014-05-16 13:38:55 -05:00
Mottie
05f9dbf4e7 columnSelect: fix remove error 2014-05-16 13:37:13 -05:00
Mottie
c36bba643a Core: remove widgets before resetToLoadState 2014-05-16 13:30:01 -05:00
Mottie
42f363c96f Add resetToLoadState method 2014-05-16 13:23:42 -05:00
Mottie
bf94978dd2 Core: new sorton values "a", "d", "n", "s" & "o" 2014-05-13 10:45:32 -05:00
Mottie
9c0017d44e Core & pager: use detach instead of empty on tbody rows 2014-05-08 12:07:13 -05:00
Mottie
acefd269f9 Output: add config parameter to output_callback 2014-05-07 11:46:26 -05:00
Mottie
41be62bb32 Output: add output_ignoreColumns option. Fixes #607 2014-05-06 10:59:35 -05:00
Mottie
346587f4bc Print: add print_callback option 2014-05-06 10:23:48 -05:00
Mottie
35ec1d87eb version bump & cleanup jsHint errors 2014-05-05 20:52:17 -05:00
Mottie
c92a55750f Add print widget
updated columnSelector to work as a print stylesheet
2014-05-05 19:46:01 -05:00
Mottie
6b2db42a73 cssStickyHeader: add filteredToTop option 2014-05-05 13:25:37 -05:00
Mottie
bbc81ef0a6 Filter: prevent js error if delayInit is set 2014-05-05 11:12:36 -05:00
Mottie
7650508932 Output: add output_encoding option for accented character support in Excel
See http://stackoverflow.com/q/23388490/145346
2014-05-04 17:43:55 -05:00
Mottie
ca5e6beb19 Add math prefix & suffix options 2014-05-03 13:58:25 -05:00
Mottie
4dd28606ea Filter: prevent form submit on enter in filter 2014-05-03 00:23:14 -05:00
Mottie
962108db35 Filter: range, not matches & negative values now search all rows. Add filter language option. Fixes #602 2014-05-02 23:07:40 -05:00
Mottie
c586a329d6 Filter: operator filter searching now properly uses the parser 2014-05-01 11:33:27 -05:00
Mottie
e23700eb0b version bump 2014-04-30 21:50:31 -05:00
Mottie
b4cf73d5ae Filter: remove old cached indexing, it was returning incorrect rows. Fixes #600 2014-04-30 20:51:34 -05:00
Mottie
f5c51b6099 stickyHeaders: add support for filter_hideFilters
See http://stackoverflow.com/q/23342215/145346
2014-04-29 12:11:45 -05:00
Mottie
cb37758ca2 Select2 filterFormatter now allows initial settings. Fixes #598 2014-04-29 11:44:14 -05:00
Mottie
3b5161a5ba Filter: make sure textSorter is getting strings 2014-04-29 07:12:06 -05:00
Mottie
8217871650 Get rid of widget init delay
filter widget was not seeing the table-initialized event
2014-04-29 07:08:21 -05:00
Mottie
687c071c04 Fix headers option indexing of multi-row headers 2014-04-28 21:16:52 -05:00
Mottie
9a4acdf6e8 Filter: select options are now parsed before being sorted 2014-04-28 18:31:52 -05:00
Mottie
f1f830b2bb Filter: add "filter-select-nosort" & filter selects now uses textSorter option 2014-04-28 16:43:25 -05:00
Mottie
084ef928d5 Check for $.fn.closest & use it. Fixes #597 2014-04-28 13:55:41 -05:00
Mottie
95b89e1719 Filter: update check for "filter-parsed" class
"parsed" would not be returned by getData if the header contains other "filter-" class names
2014-04-28 12:00:55 -05:00
Mottie
1fd56558e0 show processing icon after 500ms delay 2014-04-27 11:09:23 -05:00
Mottie
f4cded6c6c version bump 2014-04-27 11:01:58 -05:00
Mottie
7278ff91a4 Add internal config.$extraHeaders variable
Updated uitheme, stickyHeaders & scroller widgets
2014-04-27 08:04:39 -05:00
Mottie
33665044bd input/select parser: don't update column with both sorter & filter disabled. See #570 2014-04-26 20:30:13 -05:00
Mottie
5afa58a3e4 Add stickyHeaders_filteredToTop option. Fixes #570 2014-04-26 17:35:45 -05:00
Mottie
a502cc6411 Filter formatter: set datepicker to null. See #512
Needed for older versions of jQuery UI
2014-04-26 17:14:27 -05:00
Mottie
1b3016da74 Filter: ensure filter_functions is not null. Fixes #593 2014-04-26 08:37:04 -05:00
Mottie
d257a015cc Core: add "emptyMin" & "emptyMax" settings to emptyTo option. Fixes #577 2014-04-25 23:16:28 -05:00
Mottie
298c2f10ad StickyHeaders: check for filters before trying to set focus. Fixes #594 2014-04-25 18:20:05 -05:00
Mottie
65f0130832 Filter: search already filtered rows when not exactly matching content. Fixes #593 2014-04-25 07:42:24 -05:00
Mottie
320b1f1b29 Fix sort direction count
see http://stackoverflow.com/q/23278707/145346
2014-04-24 23:06:20 -05:00
Mottie
f57f73f5ea Math widget: add data-math-mask for each cell & update doc versions 2014-04-24 22:20:11 -05:00
Mottie
cb2435e423 addRows method will now accept a string or jQuery object 2014-04-24 16:16:25 -05:00
Mottie
e658868573 version bump 2014-04-24 13:42:49 -05:00