Commit Graph

259 Commits

Author SHA1 Message Date
Mottie
08b98084b0 Filter widget: fix js error on empty tables 2014-02-19 18:21:16 -06:00
Mottie
5a18cd646a Switched method to save last search time. Fixes #473 2014-02-19 17:23:00 -06:00
Mottie
e69101f824 Cleanup & version bump 2014-02-19 13:27:23 -06:00
Mottie
73c8f659cc Filter widget: Use new parser "parsed" parameter 2014-02-19 04:33:53 -06:00
Mottie
fc6d0961b0 Filter Formatter updates. Fixes #325 & #430
Added "compare" & "selected" options to add a comparison dropdown
Added "endOfDay" option for datepicker
Filter resets now sets the default values instead of an empty string
Saved filter searches now properly apply
2014-02-17 16:21:35 -06:00
Mottie
b2746148eb stickyHeaders widget: scroll to table top after filtering. Fixes #482 2014-02-11 00:13:26 -06:00
Mottie
396952b57a Add filter_hideEmpty; Correct pager & widget updating. Fixes #450.
When all rows are removed from the table, ensure widgets are applied
(including refreshing the filter search), and ensure the pager display
updates. Add filter_hideEmpty option to allow setting hiding the filter
row when the table doesn't contain any tbody rows.
2014-02-11 00:09:49 -06:00
Mottie
9598bc87ac consolidate widget default class names 2014-02-11 00:09:35 -06:00
Mottie
55e5bdb225 Rewrite filter match any column code & replaced filter_anyMatch with filter_external. Fixes #490, #471, #370 & #114 2014-02-10 23:57:44 -06:00
Mottie
f011b4cd6a Fix stickyHeaders widget alignment within attachTo element 2014-02-10 23:56:03 -06:00
Mottie
5d4955aef8 Add API section; update docs, accordion & dates
Add tablesorter API section to docs. Make assorted corrections to docs &
cleanup. Update & consolidate jQuery UI accordion code. Updated some
scripts to use the correct version number (v2.15, not v2.14.6).
2014-02-10 23:55:42 -06:00
Mottie
c1c984d2af Resizable reset function now accepts jQuery table objects 2014-02-10 23:46:00 -06:00
Mottie
3256926f29 Make header bindEvents function public; update stickyHeaders widget
Use keyup to allow pressing enter on links (if set by selectorSort
option)
Fixed cell targeting - broken in multiple header rows, with disabled
cells (see pager ajax demo)
2014-02-10 23:43:44 -06:00
Mottie
c00f540457 Select boxes work again in stickyHeaders. See #473. 2014-02-06 14:40:36 -06:00
Mottie
31da47276b Fix childRows always visible after filtering 2013-12-21 03:06:41 -06:00
Mottie
192eeaa1ef Filter widget: start filter values are now preserved. Fixes #452 2013-12-20 18:35:19 -06:00
Mottie
6d379a78b4 Filter widget: filter_cssFilter can now contain an array of class names to apply 2013-12-20 00:36:44 -06:00
Mottie
58528d3d79 Resizable widget: fix reported js error 2013-12-19 23:05:53 -06:00
Justin F. Hallett
293f57baaa Small fix so OR is matched case insensitive 2013-12-18 11:50:33 -07:00
Mottie
05d2075cef Filter widget: make operator matching higher priority than exact matching. Fixes #465 2013-12-17 15:54:46 -06:00
Mottie
d1a9f2ee22 version bump 2013-12-16 16:02:59 -06:00
Mottie
69be9beb99 Fix stickyHeaders_attachTo not positioning correctly. See #295 2013-12-15 07:18:15 -06:00
Mottie
b34bbba563 Filter row is now included in stickyHeader + pager. Fixes #449 2013-12-15 07:11:26 -06:00
Mottie
173db948c6 version bump 2013-12-14 10:51:14 -06:00
Mottie
51ecf97c84 Fix childRow filtering 2013-12-08 22:19:08 -06:00
Mottie
a1ea07dc15 Fix forced search 2013-12-08 22:11:32 -06:00
Mottie
0dc7fded50 Add stickyHeaders_attachTo widget option. Fixes #295 & #314 2013-12-08 14:52:13 -06:00
Mottie
d81d64f418 version bump & cleanup 2013-12-02 13:26:31 -06:00
Mottie
cbf501d46a No more fixedHeight pager error. Fixes #448 2013-12-02 10:13:26 -06:00
Mottie
948e62168c StickyHeader filters now use internal filter bindsearch function. Fixes #439 & #440 2013-11-27 12:50:58 -06:00
Mottie
459aab55e1 Exact filter matches now properly overrides other searches. Fixes #441 2013-11-26 19:10:32 -06:00
Mottie
32f01866ac Fix filter reverse range swap. See #441 2013-11-26 13:45:42 -06:00
Mottie
276e3731f0 revert pull request #433 2013-11-24 10:23:03 -06:00
Mottie
f00ae6a705 Merge branch 'master' of github.com:Mottie/tablesorter 2013-11-24 09:49:32 -06:00
Mottie
838ad26ba1 Stop repeated filter widget searches. Fixes #431 2013-11-24 09:46:38 -06:00
Mottie
7b1699c955 Prevent filter error. Fixes #432 2013-11-24 09:31:53 -06:00
Marcin
0609389048 Update jquery.tablesorter.widgets.js
introduced isWebkit var to address issue - https://github.com/Mottie/tablesorter/issues/429
2013-11-24 14:21:27 +00:00
Mottie
94d9e82518 Theme changes. See #407.
Default cursor for non-sortable headers
Dropbox adjustments to work in stickyheaders demo
Ice theme top border
Sticky header widget tweaks to line up columns in Firefox
2013-11-22 19:12:17 -06:00
Mottie
23ace7cd0b Stop using Array.indexOf due to IE8. Fixes #388 2013-11-22 11:37:16 -06:00
Mottie
daa9a1b3a5 Filter bindSearch elements now clear on filterReset event 2013-11-19 23:20:56 -06:00
Mottie
f68b3898c0 more search menu tweaks & version bump 2013-11-19 22:21:16 -06:00
Mottie
aaaf171982 filterReset event triggers when using a reset button. Fixes #423 2013-11-19 17:25:21 -06:00
Mottie
c5a7109f2a Modified sorting algorithms; Add sortStable. Fixes #419.
Moved empty cell coding back inside of sort functions; fixes
multi-column sorting with empty cells.
2013-11-19 14:03:34 -06:00
Mottie
dc2d146751 Filter widget bindSearch function update 2013-11-16 13:19:10 -06:00
Mottie
aabc4621ac Storage utility will now accept a table element or jQuery table object 2013-11-16 13:17:54 -06:00
Mottie
af0a142948 Add filter_saveFilters option. See #388 2013-11-16 12:58:59 -06:00
Mottie
3fede9fe7e Filter build select no longer causes an error. Fixes #421 2013-11-16 01:05:50 -06:00
Mottie
d544d46402 Allow multiple external inputs to work with bindSearch function 2013-11-15 00:16:02 -06:00
Mottie
75976336a9 Renamed all default widget variables 2013-11-13 21:23:25 -06:00
Hugot Maxime
9923be2be9 Add new exemple with grouping widget + filter widget + childrow widget
Exclude group-header class in filter widget
Exclude cssChildRow class in grouping widget
Change calculation of colspan in grouping widget
Add !important for group-hidden class
2013-11-12 00:50:00 +01:00
Mottie
ce7e0836c0 version bump 2013-11-09 14:30:58 -06:00
Mottie
016b737cc1 Added filter_anyMatch option 2013-11-09 13:52:52 -06:00
Mottie
640057842d Added filter widget fuzzy search 2013-11-09 09:07:57 -06:00
Mottie
8888879582 Filter widget: Split out setDefaults to get initial filter values (pager) 2013-11-08 23:23:28 -06:00
Mottie
bccf080b00 renamed all variables & restructured filter widget 2013-11-08 23:20:14 -06:00
Mottie
954ddeb493 Add caption styling to uitheme widget 2013-11-08 23:14:23 -06:00
Mottie
4ea59d82dc apply filter class to child rows when pager countChildRows is true. Fixes #396. 2013-11-02 10:52:55 -05:00
Mottie
deaee241fe filter widget fixes 2013-10-31 10:06:50 -05:00
Mottie
3bf49477d9 removed change event, fixes #400 2013-10-30 17:59:16 -05:00
Mottie
1cc8b0da33 version bump 2013-10-30 17:59:13 -05:00
Mottie
c186b3024b Ensure resized headers have data stored, or provide a fallback - fixes #394 2013-10-30 17:58:59 -05:00
Mottie
340fdf0138 Added fixedUrl option for use with the widget storage function. Fixes #389. 2013-10-18 11:40:39 -05:00
Mottie
ff07d94a7d Added numberSorter option; Modified textSorter option to be set per column 2013-10-17 23:14:17 -05:00
Mottie
c4f10de366 Added pager widget, pager cleanup & filter widget tweaks for ajax. Fixes #388 2013-10-17 23:14:17 -05:00
Mottie
2793de57fc Added Bootstrap 3 support. Fixes #365 2013-10-10 17:01:17 -05:00
Mottie
38cbd819d7 filter_reset now bound using delegate to maintain jQuery v1.4.3 compatibility. See #327 2013-10-10 17:01:17 -05:00
Mottie
4bcf3b9003 Searches now have accents replaced if sortLocalCompare is true. Fixes #357 2013-10-10 07:59:40 -05:00
Mottie
ab5ceb9e1d Fixed issues with filter_columnFilters set to false. Fixes #355 2013-10-10 07:59:39 -05:00
Mottie
d0adfe288f Filter widget will work properly with sub-tables. Fixes #354 2013-10-10 07:59:38 -05:00
Mottie
12ca586011 All class names used for finding elements have new "empty" default values. Fixes #381 2013-10-10 07:59:37 -05:00
Mottie
ecf9693354 column widget code cleanup 2013-10-10 07:59:36 -05:00
Mottie
ddff43ee4c exact matches in filter widget now allows using == (acts the same as a single equal) 2013-10-10 07:59:33 -05:00
Rob G
b561ff4471 Merge pull request #327 from riker09/master
Widget option "filter_reset" for dynamically added elements
2013-10-09 19:45:08 -07:00
gknights
82f4a55191 Add row as parameter to the format function calls #367
The JQuery object for the row is passed to the format functions as 5th
argument.
2013-08-30 16:26:06 +01:00
Justin F. Hallett
74f296adff Add WidgetOptions -> stickyHeaders_zIndex option, this allows for the user to customize the zIndex of stickyHeaders to suit the needs of their site 2013-06-10 15:37:48 -06:00
Justin F. Hallett
fa3c0dc763 Use outerHeight to get the full Height of the caption
Also simplified how often the caption height was used by adding it to sTop
2013-06-10 09:21:55 -06:00
Volker Thiel
9733f794aa Widget option 'filter_reset' for dynamic content
The widget option "filter_reset" only works for elements that are present in the DOM on initialization of the table. Now it works for elements that have been added to the DOM at some later point as well.
2013-06-05 10:31:55 +02:00
Mottie
eb48e66684 Added stickyHeaders_includeCaption; fixes #322 2013-06-04 20:11:05 -05:00
Mottie
e7ebec01ce Added filter_defaultAttrib option to obtain & set default filter values 2013-06-04 20:02:16 -05:00
Mottie
8ba5c87969 Added "stickyHeadersInit" event 2013-05-28 23:04:32 -05:00
Mottie
e9344d6c49 filtering child rows should now work properly; fixes #306 2013-05-28 22:55:06 -05:00
Mottie
1ea06d5d1a updated minified scripts 2013-05-27 08:53:35 -05:00
Mottie
17ebc25fbb filter placeholder text can now be obtained from jQuery data 2013-05-24 17:42:15 -05:00
Mottie
61ae505fac fix to filter optimization tweak (#313), when searching for exact matches 2013-05-24 09:36:00 -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
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
e21baf0024 fix filter widget numeric range error 2013-05-12 15:17:46 -05:00
Mottie
6e5351d104 update docs, more unit testing & minor tweaks 2013-05-08 23:36:06 -05:00
Mottie
31ffad7fea filter widget now works properly with date comparisons; fixes #302 2013-05-08 11:04:23 -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