Mottie
|
7085eed6a6
|
Filter: modify change event so a select searches w/o a carriage return. Fixes #650
|
2014-06-21 01:14:45 -05:00 |
|
Mottie
|
ea48d95fbc
|
Filter: filter_liveSearch set to number now searches when pressing enter. Fixes #654
|
2014-06-20 12:31:00 -05:00 |
|
Mottie
|
d9cb97f1e6
|
version bump
|
2014-06-18 16:07:29 -05:00 |
|
Mottie
|
10528ebd44
|
Filter: corrected filter events & prevent table manipulation if filters are empty. Fixes #645
filter events no longer occur before the filterInit event
|
2014-06-16 11:19:29 -05:00 |
|
Mottie
|
5aeae68774
|
Filter: selectSource option now correctly handles parsed values that return a zero
|
2014-06-04 16:01:55 -05:00 |
|
Mottie
|
c09945c60c
|
version bump
|
2014-05-28 19:22:11 -05:00 |
|
Mottie
|
d654a18b70
|
Filter: add a not-exact-match (!=) filter type. Fixes #628
|
2014-05-28 11:00:00 -05:00 |
|
Mottie
|
fcebad5a0f
|
version bump
|
2014-05-22 07:53:29 -05:00 |
|
Mottie
|
5aca5e266f
|
Filter: filter-match works again
|
2014-05-22 07:53:27 -05:00 |
|
Mottie
|
ff3730093c
|
Filter: fix child row filtering
|
2014-05-22 07:53:27 -05:00 |
|
Mottie
|
e0065710d2
|
Core: refer filter_functions & filter_selectSource by header class/id. See #237.
|
2014-05-22 07:53:18 -05:00 |
|
Mottie
|
4627f214b8
|
Core: Refer headers option by header class/id
|
2014-05-16 13:38:55 -05:00 |
|
Mottie
|
35ec1d87eb
|
version bump & cleanup jsHint errors
|
2014-05-05 20:52:17 -05:00 |
|
Mottie
|
bbc81ef0a6
|
Filter: prevent js error if delayInit is set
|
2014-05-05 11:12:36 -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
|
3b5161a5ba
|
Filter: make sure textSorter is getting strings
|
2014-04-29 07:12:06 -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
|
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
|
5afa58a3e4
|
Add stickyHeaders_filteredToTop option. Fixes #570
|
2014-04-26 17:35:45 -05:00 |
|
Mottie
|
1b3016da74
|
Filter: ensure filter_functions is not null. Fixes #593
|
2014-04-26 08:37:04 -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
|
6a6044595e
|
version bump
|
2014-04-23 19:41:05 -05:00 |
|
Mottie
|
9935b651b1
|
Filter: setFilters behaves more like a triggered search. Fixes #588
|
2014-04-23 19:07:16 -05:00 |
|
Mottie
|
f75398c799
|
Fix search filtered rows
|
2014-04-22 20:40:12 -05:00 |
|
Mottie
|
3a12af8e85
|
version bump
|
2014-04-22 09:39:57 -05:00 |
|
Mottie
|
e6646c64c0
|
setFilters supports jQuery table object
|
2014-04-21 20:44:52 -05:00 |
|
Mottie
|
6d068d347d
|
version bump
|
2014-04-20 19:39:59 -05:00 |
|
Mottie
|
fb4b97d0de
|
Filter: add filter_selectSource option. Fixes #328
|
2014-04-20 16:12:48 -05:00 |
|
Mottie
|
5edb87b539
|
Filter from cache. Fixes #515
|
2014-04-20 09:27:52 -05:00 |
|
Mottie
|
44610a42f9
|
Filter widget updated to use modified cache
|
2014-04-20 09:27:45 -05:00 |
|
Mottie
|
9d107ed983
|
Prevent numerous consecutive widget applications
|
2014-04-20 09:20:30 -05:00 |
|
Mottie
|
094c17db12
|
Filter widget: add filter_placeholder global settings. Fixes #582
|
2014-04-16 12:52:25 -05:00 |
|
Mottie
|
70c20caeb0
|
filter_reset now accepts a jQuery object
|
2014-04-14 22:04:46 -05:00 |
|
Mottie
|
042ffd5785
|
Filter widget: fix build select tbody indexing
|
2014-04-14 22:04:39 -05:00 |
|
Mottie
|
b0fdbef3c7
|
Filter widget: include tbody th's
|
2014-04-14 22:04:36 -05:00 |
|
Mottie
|
116e46e9f0
|
stickyHeaders widget: remove tbody, tfoot from cloned table
|
2014-04-11 07:07:35 -05:00 |
|
Mottie
|
c21437dc1e
|
No js error when getFilters targets a non-tablesorter table
|
2014-04-10 08:03:02 -05:00 |
|
Mottie
|
44abae9814
|
version bump
|
2014-04-03 10:22:19 -05:00 |
|
Mottie
|
efe49feb9a
|
Filter widget ignores info tbodies again. Fixes #568
|
2014-04-03 10:09:09 -05:00 |
|
Mottie
|
4a984eb681
|
version bump
|
2014-03-31 06:14:47 -05:00 |
|