Commit Graph

1584 Commits

Author SHA1 Message Date
Mottie
e3f51f8ad7 Pager: no more js error in widget error message. Fixes #988 2015-08-12 10:32:39 -05:00
Mottie
a383ce2aaa Core: use cells instead of references to prevent IE8 error. Fixes #987 2015-08-11 00:31:39 -05:00
Mottie
e28f7b52cd testing: cleanup 2015-08-10 19:19:48 -05:00
Mottie
1d1e4d72f8 Editable: improve column parsing. Fixes #982 & #979
Also replace jQuery each functions
2015-07-30 20:26:59 -05:00
Mottie
d8fd020d29 Pager: unbind pager controls on destroy. Fixes #981 2015-07-30 17:37:59 -05:00
Mottie
12e82fd46e Docs: update theme switcher urls 2015-07-30 14:57:22 -05:00
Mottie
7a288dd1bf Pager: change enable, disable & destroy trigger methods. Fixes #980 2015-07-30 13:32:54 -05:00
Mottie
b697d08752 Core: update addRows debug message 2015-07-29 20:57:08 -05:00
Mottie
e87f7ae523 Core: addRows accepts a row string if only one tbody exists 2015-07-29 20:48:12 -05:00
Mottie
0d6ae8ad71 Pager: replace use of $.isEmptyObject 2015-07-29 19:50:58 -05:00
Mottie
ce82258edc Core: make updating methods public
* `$.tablesorter.addRows` - called by `addRows` method.
  * `$.tablesorter.appendCache` - renamed from `appendToTable`; appends cache
    to DOM, called by `appendCache` method.
  * `$.tablesorter.isEmptyObject` - clone of `$.isEmptyObject` (jQuery v1.4).
  * `$.tablesorter.sortOn` - called by `sortOn` method.
  * `$.tablesorter.sortReset` - called by `sortReset` method.
  * `$.tablesorter.updateAll` - called by `updateAll` method.
  * `$.tablesorter.updateCache` - called by `updateCache` method.
  * `$.tablesorter.updateCell` - called by `updateCell` method.
  * `$.tablesorter.update` - called by `update` and `updateRows` method.
2015-07-29 19:50:50 -05:00
Mottie
439034aa5e Core: prevent addRows error. See #979 2015-07-29 18:09:35 -05:00
Mottie
3cd026ee05 version bump 2015-07-28 16:02:33 -05:00
Mottie
10bc23fa24 Overall: set jsHint "undef" & "unused" options. Fixed issues
The math widget had a javascript error which jsHint was not catching
2015-07-28 15:57:01 -05:00
Mottie
b3dd4b7c75 version bump 2015-07-28 15:01:32 -05:00
Mottie
7a91e0d6a6 Filter: prevent invalid RegExp errors 2015-07-27 18:49:30 -05:00
Mottie
6efe0fd9f5 Build: update files 2015-07-26 12:17:22 -05:00
Mottie
b7454cdd06 Scroller: include sortEnd in fixed column updates - see #977 2015-07-26 12:03:41 -05:00
Mottie
bb1139bc63 Parser: checkbox in multiple columns toggles row class correctly 2015-07-26 12:01:21 -05:00
Mottie
6b597b1655 Testing: add isProcessing testing & replace quotes 2015-07-26 10:16:28 -05:00
Mottie
8e81d53db3 Core/Test: add isValueInArray array testing 2015-07-26 09:15:35 -05:00
Mottie
7aa3fb11cf Core: fix js error in isProcessing function 2015-07-26 09:09:21 -05:00
Mottie
b5485f4992 Overall: update debug logging to use console 2015-07-24 18:23:00 -05:00
Mottie
319149816d Testing: update QUnit to 1.18.0 2015-07-24 12:32:22 -05:00
Mottie
8cf622f7e1 Math: ignored rows now properly ignored in columns. Fixes #976 2015-07-24 12:28:20 -05:00
Mottie
a33ed6c83e Testing: add removeWidget test 2015-07-23 07:33:22 -05:00
Mottie
a0d29c99f4 Core: fix hasWidget error 2015-07-23 07:26:48 -05:00
Mottie
565a0e6c1f Output: update min. Completes merge of #970 2015-07-23 07:26:25 -05:00
Mottie
5637fc44a1 Merge branch 'master' of https://github.com/VictorT83/tablesorter into VictorT83-master
Conflicts:
	js/widgets/widget-output.js
2015-07-23 07:01:13 -05:00
Mottie
e1702e011b Build: remove jscs error file 2015-07-22 23:34:49 -05:00
Mottie
75de112ef6 Build: Add jscs checking & fix style issues
Thanks @Herst!
2015-07-22 23:29:51 -05:00
Mottie
bd296c844f Core: use colgroup as a placeholder. See #938 2015-07-22 07:37:10 -05:00
Mottie
3f357dc33b sort2Hash: remove extra comma 2015-07-21 21:49:58 -05:00
Mottie
f82214cf0b sort2Hash: fix js error by using correct variable 2015-07-21 21:45:59 -05:00
Mottie
da184889aa Docs: remove saveSort from sort2Hash demo 2015-07-21 21:40:15 -05:00
Mottie
9b6f8fb379 sort2Hash: add text & saveSort override options. Fixes #962
* Add `sort2Hash_useHeaderText` - use column header text or zero-based index
* Add `sort2Hash_processHeaderText` - extra column header text processing
* Add `sort2Hash_directionText` - sort direction text array
* Add `sort2Hash_overrideSaveSort` - override saveSort stored sort if true
2015-07-21 21:33:52 -05:00
Mottie
7d21962a03 Docs: minor fixes 2015-07-21 17:03:43 -05:00
VictorT83
b7167e029d Update widget-output.js
Implemented the options variable output_hiddenColumns.
Allow ignoredColumns to still be set while setting displayHidden columns to true

Changed get header cells to use a filter rather than :visible. Which allows the headers to still be outputted when using the scroller widget
2015-07-20 23:32:55 -04:00
Mottie
19e914fbb3 Output: Add output_formatContent callback
See http://stackoverflow.com/q/31457323/145346
2015-07-17 13:13:32 -05:00
Mottie
8e5f1f391e Docs: improve two digit year parser demo 2015-07-17 12:16:14 -05:00
Mottie
a1821127be Scroller: delay resize after updateAll 2015-07-15 07:46:11 -05:00
Mottie
fffea5455e Scroller: fix js error in old IE 2015-07-15 07:43:58 -05:00
Mottie
7b8553068d Scroller: prevent error on destroy when not applied. See #965 2015-07-15 06:50:53 -05:00
Mottie
dd80e3c88f Pager: bind using unique event namespace. See #961 2015-07-14 21:22:52 -05:00
Mottie
c705656e90 Extras: Dropping support for quicksearch plugin 2015-07-14 21:21:10 -05:00
Mottie
de8f60172c Docs: change deprecated window load function 2015-07-14 21:17:57 -05:00
Mottie
92eaecd07e Docs: update to jQuery v1.11.3 2015-07-14 21:16:27 -05:00
Mottie
262b87c999 Docs: Add resizable widget note about widthFixed:false. See #958 2015-07-13 19:10:34 -05:00
Mottie
2967e6196c Sort2Hash widget added
See http://stackoverflow.com/q/31377639/145346
2015-07-13 12:41:18 -05:00
Mottie
2833b9b639 Docs: remove duplicate section in math widget demo 2015-07-13 12:40:29 -05:00