Mottie
285cef1e70
Pager: prevent hiding child rows when disabling or destroying pager. See #1020
2015-09-25 12:18:21 -05:00
Mottie
e23288cee8
Filter: ignore childWithSibs when childByColumn is false. See #1020
...
Also fixed data.childRowText by adding spaces between cell content
2015-09-24 08:49:17 -05:00
Mottie
0ebb9ea219
Filter: keep parent match when no child rows match. See #1020
2015-09-23 22:46:03 -05:00
Mottie
fa4f916633
version bump
2015-09-23 10:21:44 -05:00
Mottie
1aa87e2080
Filter: add filter_childWithSibs
option. Fixes #1020
2015-09-23 07:50:45 -05:00
Andreas Mair
86f4e07cac
data-column="#" (with # > 9) didn't work in external filters.
2015-09-23 08:53:13 +02:00
Mottie
3328f02579
Filter: add processOptions function & code cleanup. See #1010
2015-09-07 15:47:16 -05:00
Mottie
60666279e2
Core: ensure widgets don't get cache options. Fixes #946
2015-09-05 09:28:02 -05:00
Mottie
cc1d4904ba
Filter: namespace a variable
2015-09-05 09:24:53 -05:00
Mottie
829d3792fa
version bump
2015-09-01 10:45:24 -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
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
be6999c67a
Pager: add ajaxError
callback function. Fixes #992
2015-08-15 10:56:42 -05:00
Mottie
e3f51f8ad7
Pager: no more js error in widget error message. Fixes #988
2015-08-12 10:32: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
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
b7454cdd06
Scroller: include sortEnd in fixed column updates - see #977
2015-07-26 12:03:41 -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
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
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
2967e6196c
Sort2Hash widget added
...
See http://stackoverflow.com/q/31377639/145346
2015-07-13 12:41:18 -05:00
Mottie
57efd75a40
Scroller: fix javascript error scroller_$fixedColumns undefined
2015-06-30 18:54:55 -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