Mottie
da87350800
updated filter formatter demos & fixed some issues with the compare option; see #304
2013-05-23 15:32:19 -05:00
Mottie
a389fa198b
filter logical "or" now exactly matches & updated filter get/set functions to work when filter_columnFilters is false
2013-05-23 15:28:19 -05:00
Mottie
361153a7d1
filter optimization, search already filtered rows - see #313
2013-05-20 10:40:32 -05:00
Mottie
79a64e3044
filter search delay is no longer ignored
2013-05-20 10:05:08 -05:00
Mottie
aad21bbf24
added button type and return false to prevent IE form submit; see issue #285
2013-05-16 10:25:14 -05:00
Mottie
5cd91b9901
merged in keyboard accessibility with some tweaks
2013-05-15 22:39:52 -05:00
Mottie
9b9a42b718
Merge branch 'master' of github.com:Mottie/tablesorter
2013-05-15 22:12:20 -05:00
Rob G
3c3e0597fe
Merge pull request #305 from debugwand/master
...
Enabled keyboard accessibility
2013-05-15 20:12:04 -07:00
Mottie
0aadcfb2ff
Fixed improper reference to the correct "dateFormat"; fixes #306
2013-05-14 15:51:43 -05:00
Dawn Budge
a582eda64d
Added in keyboard access
2013-05-14 15:45:18 +01:00
Mottie
6de26e8119
added compare option to various filterFormatter functions; fixes #304
2013-05-13 18:18:57 -05:00
Mottie
4494da5357
updated localstorage check
2013-05-13 13:06:02 -05:00
Mottie
61c961ef5b
fixed filter date comparisons
2013-05-13 13:05:31 -05:00
Mottie
fc9a64e693
added filter_onlyAvail option; fixes #292
2013-05-12 17:32:39 -05:00
Mottie
8910283581
remove console log from docs
2013-05-12 15:18:10 -05:00
Mottie
e21baf0024
fix filter widget numeric range error
2013-05-12 15:17:46 -05:00
Mottie
c2bb547f31
fixes to updateAll method to properly refresh widgets
2013-05-12 15:16:37 -05:00
Mottie
6e5351d104
update docs, more unit testing & minor tweaks
2013-05-08 23:36:06 -05:00
Mottie
5428e35098
Added ajaxObject option; fixes #280
2013-05-08 17:02:36 -05:00
Mottie
31ffad7fea
filter widget now works properly with date comparisons; fixes #302
2013-05-08 11:04:23 -05:00
Mottie
64428b68e3
updated digit & currency parsers, added missing sortBegin - found via unit testing
2013-05-08 08:06:02 -05:00
Mottie
075635c097
Pager + filter now shows 0 matches properly; fixes #297
2013-05-07 10:17:00 -05:00
Mottie
10f24c922a
ajaxProcessing return optional jQuery object; updated error handling & theme css
2013-05-07 10:13:50 -05:00
Mottie
800d602786
pagerComplete callback now fires once per change; fixes #291
2013-05-06 09:16:38 -05:00
Mottie
423f124b92
started caching pager controls
2013-05-06 09:09:22 -05:00
Mottie
542e5bb896
fixed a stickyHeaders_offset issue
2013-05-06 09:07:21 -05:00
Mottie
1573726c46
added stickyHeaders_addResizeEvent option with public function; fixes #289
2013-05-04 07:25:51 -05:00
Mottie
2274580ebf
added stickyHeader_offset; fixes #294
2013-05-03 16:25:41 -05:00
Mottie
0d127da1a1
filter-select updates properly within the sticky header; fixes #288
2013-05-02 15:37:31 -05:00
Mottie
cfb61554b5
Fixed content selection & form interaction in the headers/sticky headers; fixes #57
2013-04-30 09:45:58 -05:00
Mottie
fa2a11c774
filter_liveSearch can now contain a minimum number of characters; see #286
2013-04-26 17:41:39 -05:00
Mottie
d54813d1fa
filter_liveSearch now works properly in non-webkit browsers; fixes #285
2013-04-26 16:01:45 -05:00
Mottie
68cc42ce0f
filter_searchDelay no longer ignored (broken in v2.9.0)
2013-04-26 14:34:08 -05:00
Mottie
7593fbc8ee
triggered filter searches now update the inputs properly; see #146
2013-04-26 11:24:11 -05:00
Mottie
1162f9c8d5
added filter_filteredRow class name option; used by the pager
2013-04-26 11:22:47 -05:00
Mottie
0b7a9bbfc6
Bootstrap disabled filters styling update
2013-04-26 10:35:48 -05:00
Rob G
5980d0e0b5
Merge pull request #283 from riker09/patch-1
...
Styling disabled filter elements
2013-04-26 08:30:40 -07:00
Volker Thiel
d90017abc8
Styling disabled filter elements
...
When a filter element is disabled this state should be reflect through its style. Since the css classes are already there I've simply added a different background color. You can, of course, hide them by adding `display:block;` instead.
2013-04-23 18:44:40 +03:00
Mottie
07e4f9afe1
version bump
2013-04-13 12:27:30 -05:00
Mottie
45f83dc1fe
fixes stickyHeader widget lag - issue #278
2013-04-13 11:59:14 -05:00
Mottie
3500d91be3
final cleanup & version bump
2013-04-12 21:15:57 -05:00
Mottie
cf46109b6c
Added content editable widget
2013-04-12 20:39:07 -05:00
Mottie
f1f82b31db
Added repeatheaders widget
2013-04-12 17:14:00 -05:00
Mottie
615552e9e5
sticky header widget only monitors visible tables - fixes #278
2013-04-12 17:13:22 -05:00
Mottie
33db54c017
updated pager/filter docs with better examples & new changes
2013-04-12 13:02:08 -05:00
Mottie
a5abb5060a
removed slower find-self method
2013-04-12 11:27:46 -05:00
Mottie
10426559dc
fix filter + ajax issue #270 & added public filter get & set functions
2013-04-12 11:26:16 -05:00
Mottie
7333519717
Added filter_liveSearch option
2013-04-08 01:21:57 -05:00
Mottie
97f657ac3b
Added scroller widget
2013-04-08 00:40:39 -05:00
Mottie
ffafc9ea07
more cleanup
2013-04-04 16:33:28 -05:00