Mottie
829d3792fa
version bump
2015-09-01 10:45:24 -05:00
Mottie
faaafe60a9
Core: correct header sort indicators in row/colspans. Fixes #1005
2015-09-01 10:35:55 -05:00
Mottie
91a76eae45
Core: corrected sorting of col/rowspan in thead. Fixes #1005
2015-08-31 22:54:21 -05:00
Mottie
7756fdf9a2
Filter: restore triggered change namespace & prevent search before init. Fixes #1002
2015-08-27 07:14:22 -05:00
Mottie
3282dc52fc
Filter: use namespacing on reset. Fixes #1001
2015-08-26 07:22:48 -05:00
Mottie
41fb194559
Grouping: add group_forceColumn
& group_enforceSort
options. See #1000
2015-08-24 10:50:07 -05:00
Mottie
46d50ee535
Group: remove unused variable
2015-08-24 06:40:42 -05:00
Mottie
68ae07cb79
version bump
2015-08-23 13:22:56 -05:00
Mottie
0924a98a2b
Filter: add reference to make file more compressible
2015-08-23 07:00:43 -05:00
Mottie
8b73160c67
Core & Filter: cache regex
2015-08-23 07:00:34 -05:00
Mottie
90e0355b4a
ColumnSelector: add columnSelector_updated option
...
This option contains the triggered event name, which is "columnUpdate" by default
2015-08-21 16:58:21 -05:00
Mottie
47de48ef5d
Filter: allow dynamically changing "anyMatch" filter. Fixes #998
...
previously, once an anyMatch type filter was found, it's value was always used to do an anyMatch search. Now the script checks to see if the input is targeting more than one column
2015-08-21 14:00:04 -05:00
Mottie
2281b8f2fb
version bump
2015-08-19 18:20:27 -05:00
Mottie
d1e9530bcf
Pager: include settings parameter from ajaxError method & prevent js error. Fixes #997
2015-08-19 16:33:32 -05:00
Mottie
805be29302
version bump
2015-08-17 21:08:41 -05:00
Mottie
2182b42157
Filter: fix js error caused when limiting search columns
...
See http://stackoverflow.com/q/32052986/145346 for an example
2015-08-17 20:10:29 -05:00
Mottie
2b8a104e1e
Core: Add updateHeaders method. See #989
2015-08-17 20:07:58 -05:00
Mottie
e8bc2bef2e
ColumnSelector: modify refreshColumnSelector method. Fixes #985
...
The "refreshColumnSelector" method can now update the contents of the container in case the header text, column priorities, etc change
2015-08-16 22:46:22 -05:00
Mottie
e78c6539eb
Core: correct code error causing jQuery v1.2.6 to not work. Fixes #995
2015-08-16 08:52:11 -05:00
Mottie
be6999c67a
Pager: add ajaxError
callback function. Fixes #992
2015-08-15 10:56:42 -05:00
Mottie
b908633d50
Parser: fix js error when no rows returned
2015-08-14 17:07:56 -05:00
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
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
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
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
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
8cf622f7e1
Math: ignored rows now properly ignored in columns. Fixes #976
2015-07-24 12:28:20 -05:00
Mottie
a0d29c99f4
Core: fix hasWidget error
2015-07-23 07:26:48 -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
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
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
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
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
2967e6196c
Sort2Hash widget added
...
See http://stackoverflow.com/q/31377639/145346
2015-07-13 12:41:18 -05:00
Mottie
0e611bc6a8
version bump
2015-06-30 18:56:38 -05:00
Mottie
57efd75a40
Scroller: fix javascript error scroller_$fixedColumns undefined
2015-06-30 18:54:55 -05:00
Mottie
6fede75e79
version bump
2015-06-30 09:59:41 -05:00
Mottie
1b5b1dcecf
Widgets: fix jsHint warnings in alignChar & scroller
2015-06-26 21:58:41 -05:00
Mottie
4c63512574
Editable: update cache without requiring hover over thead
...
Will now properly update the cache on touch devices
2015-06-26 21:57:32 -05:00
Mottie
fa3c21f1c6
Resizable: resizing works with overflow wrapped tables. Fixes #953
2015-06-26 21:26:44 -05:00
Mottie
482586bd8a
Editable: allow Shift+Enter to create a new line
2015-06-26 10:39:40 -05:00
Mottie
37d44b18e3
Core: allow empty string in textExtraction data-attribute. See #954
2015-06-23 16:11:29 -05:00
Mottie
c808f83df1
Scroller: restore scroll position after resize. Fixes #926
2015-06-22 08:01:34 -05:00
Mottie
e2c3149229
Scroller: integrate with resizable (WIP)
2015-06-22 07:50:13 -05:00
Mottie
2adda8d2e9
Scroller: save scroll positioning. Fixes #926 & #932
2015-06-21 11:11:16 -05:00
Mottie
a8fb9614e6
Scroller: throttle IE scroll. See #928
2015-06-21 10:41:42 -05:00
Mottie
7b6ebfa639
Scroller: correct column alignment. Fixes #940 , #937 , #931 & #927
...
Bonus fix #932 which maintains scroll position after sort/filter
2015-06-21 10:39:37 -05:00
Herst
c35f1798eb
Filter: comma too much
...
The comma that breaks IE7.
2015-06-19 10:20:23 +02:00
Mottie
73f5467c1f
Parser: support metric base unit case insensitivity
2015-06-17 16:38:27 -05:00
Mottie
9b39a91268
Ouput: stop outputTable propagation. Fixes #944
2015-06-17 08:56:48 -05:00
Mottie
d36184a1d4
Pager: prevent adding row if JSON totalrows = 0
...
See http://stackoverflow.com/q/30875583/145346
2015-06-16 20:37:57 -05:00
Mottie
5faba4b9e0
Filter: row remains visible after focused, when hideFilters set
2015-06-12 21:06:08 -05:00
Mottie
449b985c60
Filter: add nesting of "AND" & "OR" searches. Fixes #891 & #918
2015-06-12 21:02:26 -05:00
Mottie
a79f3417ce
SortTbodies: remove already defined variables
2015-06-12 20:20:40 -05:00
Mottie
5608727c80
SortTbodies: add new widget. Fixes #195 & #833
2015-06-10 20:35:37 -05:00
Mottie
020ebb7525
Core: add missing semicolon
2015-06-10 20:00:06 -05:00
Mottie
0c1c594ac1
Output: remove console log :P
2015-06-08 19:56:52 -05:00
Mottie
8d45bf2701
Output: fix colspans + hidden columns
...
Also replaced jQuery each functions with plain js
2015-06-08 19:53:45 -05:00
Mottie
b71d730785
Output: remove tfoot clone, concat data to the end instead
2015-06-08 13:36:49 -05:00
Mottie
f4381c0c02
Output: prevent js error when no row data is passed. See #923
2015-06-08 11:36:36 -05:00
Mottie
64a3e4a902
Output: fix hiddenColumns option causing empty output. Fixes #923
2015-06-08 10:51:32 -05:00
Mottie
e16a44c0b5
Core: make getParsedText a public function
2015-06-07 19:36:13 -05:00
Mottie
ca163ec639
Filter: selectSource now ignores parsers, if none set. Fixes #934
2015-06-07 19:26:28 -05:00
Mottie
dda8b8d76c
Output: output_saveRows now accepts jQuery filter selectors
2015-06-07 18:55:12 -05:00
Mottie
009ce272bb
Core: updateCache now accepts tbody object
...
needed for tbody sorter widget
2015-06-07 17:02:42 -05:00
Mottie
d1e4510d87
Scroller: removed unused variable
2015-06-07 16:48:52 -05:00
Mottie
13a035cad0
Parser: add checkbox parser class name ("checkboxClass") option
2015-06-05 13:16:36 -05:00
Mottie
95cf3f8044
Scroller: Fixed column tfoot now properly aligns. See #924
2015-06-02 10:50:27 -05:00
Mottie
d502a6f9f5
Scroller: hide fix column scrollbar in Firefox, again
2015-06-01 21:31:38 -05:00
Mottie
20f2cd20b4
Scroller: cleanup & old IE fix
2015-06-01 20:58:02 -05:00
Mottie
4e38030dc2
Scroller: mousewheel scrolling on fixed column works again
2015-06-01 20:31:11 -05:00
Mottie
1fb45130ce
Scroller: reduce init lag & correct no fixed column tbody width. See #906
2015-06-01 20:29:22 -05:00
Mottie
7f9258f1e1
Output: allow empty string data-attributes. See #923
2015-06-01 16:29:59 -05:00
Mottie
18a97ed4d9
Filter: target last used filter issue. See #920
2015-05-31 10:45:50 -05:00
Mottie
f315a8f02d
StickyHeaders: fix js error. See #920
2015-05-29 07:16:31 -05:00
Mottie
bbe5d53e14
Scroller & columnSelector: integrate widgets. Fixes #905
2015-05-28 11:44:25 -05:00
Mottie
7c46c9e02e
Scroller: lots of updates
...
* Support multiple tbodies. See #906
* Limit horizontal scrollbar to scrolling section
* Removed widthFixed requirement
* Update RTL support
* Fix column alignment. Fixes #913
* Fix mousewheel scrolling in Firefox. See #135
* Fix filter returning zero to few rows
* Integrate with pager. Fixes #884
2015-05-28 11:36:37 -05:00
Mottie
a153bea128
RepeatHeaders: use selectorRemove option setting
2015-05-24 10:44:52 -05:00