Commit Graph

285 Commits

Author SHA1 Message Date
Mottie
4336c5d74a added headerTemplate and onRenderTemplate options 2012-12-22 10:02:03 -06:00
Mottie
af43f1cc25 cleanup & updating version numbers 2012-12-20 13:46:50 -06:00
Mottie
58ee7c1b65 fixed broken minified widget file. Fixes issue #201 2012-12-20 13:30:23 -06:00
Mottie
e52e148ead fix ie8 hasOwnProperty issue. Fixes issue #200 2012-12-20 13:18:48 -06:00
Mottie
623b1a3b7a tfoot tables no longer breaks sorting. Fixes issue #196 2012-12-20 13:17:35 -06:00
Mottie
3c82eeab3a updates 2012-12-19 11:00:47 -06:00
Mottie
8749473da1 Allow using formatFloat without providing a table 2012-12-19 09:06:19 -06:00
Mottie
bb4987bba9 prevent parser error on an empty table. Fixes #199 2012-12-19 08:50:02 -06:00
Mottie
d7f2891a67 added footerRow and footerCells to themes 2012-12-18 17:49:04 -06:00
Mottie
7a28b694d8 Merged in sortResetKey enhancement 2012-12-18 16:39:37 -06:00
Mottie
954065df89 merge in improved ajax support 2012-12-18 15:50:42 -06:00
Mottie
363eb7ea1b Merge branch 'master' of github.com:dhamma/tablesorter 2012-12-17 14:40:51 -06:00
Ryan Millikin
3d415333cc AJAX paging updates. This patch fixes issues with update events being re-triggered continuously and AJAX error handling being bound too many times. It also adds support for passing filtering parameters with the AJAX request. 2012-12-17 11:33:46 -06:00
emmerich
ce5bc8d364 Added a sortResetKey property to allow for removing the sort on a column through the use of a key modifier.
Updated documentation to show this property.
2012-12-17 11:44:02 +00:00
Mottie
f9d1d2bab2 updated parser regex (after basic unit tests) 2012-12-14 14:09:37 -06:00
Mottie
351e3ad699 Fixed crlf issue 2012-11-27 20:55:36 -06:00
Mottie
3275096e0a fixed recursive ajax pager issue #182 2012-11-27 17:39:53 -06:00
Mottie
4410926485 fixed a numeric column sorting bug in IE - fixes issue #181 2012-11-26 13:16:19 -06:00
Mottie
dd919cd68a fixed inconsistencies in using sortUp & sortDown - fixes issue #173 2012-11-22 19:53:41 -06:00
Mottie
9a5bc0e0c4 fixed issue #179 - using addRows on an empty table 2012-11-22 11:20:25 -06:00
Nick Craver
2f506a34e5 Remove eval(), fixing minifier issues
The eval() inside multisort() was causing minifier variable collision
with a few minifiers.  Since this eval isn't necessary it might as well
be removed so the browser can also optimize the code path.
2012-11-21 10:48:46 -05:00
Mottie
9b763d5baa pager & stickyHeaders widget bug fixes - see issue #175 2012-11-15 18:09:50 -06:00
Mottie
5a2ca38fb9 update docs & fixed minor errors 2012-11-14 16:52:30 -06:00
Mottie
839d5e268c sticky headers update - fixes #168, #170 & #172 2012-11-14 16:44:36 -06:00
Mottie
8aafc9c119 fix selector error iOS + jQuery 1.8+ - fixes issue #132 2012-11-14 08:47:09 -06:00
Mottie
b835209024 added sortReset method 2012-11-06 11:41:02 -06:00
blowsie
88f99d5418 missing semicolon
caused my page to break
2012-10-26 14:45:22 +02:00
Mottie
6d8fe95da8 pager now updates with updateComplete event 2012-10-25 17:57:59 -05:00
Mottie
ce376f75ab trim spaces in filter select options - fixes #161 2012-10-23 22:43:11 -05:00
Mottie
e5b196bd7a fixed disabled pager elements - issue #157 2012-10-17 10:15:54 -05:00
Mottie
5aaf12ebba remove filter row when all filter-false - issue #156 2012-10-17 07:33:14 -05:00
Mottie
5187750791 fixed filter widget parsed data error - fixes issue #149 2012-10-13 20:16:05 -05:00
Mottie
a0e5229d32 changed selectorRemove default 2012-10-13 15:10:29 -05:00
Mottie
b36a65eeed updateCell now works with jQuery v1.2.6, again 2012-10-13 14:43:48 -05:00
Mottie
cc83b8a53b support horizontal scrolling of sticky headers - fixes #143 2012-10-13 13:58:16 -05:00
Mottie
6186faa5bf uitheme wraps headers in a div for Firefox 2012-09-29 08:42:58 -05:00
Mottie
b0fccd0ebb resizable widget now properly works with jQuery v1.2.6 2012-09-29 08:20:33 -05:00
Mottie
ca7671bfd6 fixed closest() not supported by jQuery 1.2 2012-09-29 08:05:34 -05:00
Mottie
c29e651ebf updated docs 2012-09-27 14:57:19 -05:00
Mottie
56f987a5d0 updated date & time parsers - issue #125 2012-09-27 14:21:43 -05:00
Mottie
8505b22509 added selectorsort option - issue #137 2012-09-26 14:24:55 -05:00
Mottie
a9dd830893 ensure numeric sortList values - fixes #127 2012-09-26 10:10:45 -05:00
Mottie
124e0dbb2f fix data object compatibility - issue #124 2012-09-13 10:29:16 -05:00
Rob Garrison
373e85078a unbind before bind. Fixes issue #119 2012-08-19 19:01:35 -05:00
Rob Garrison
4d9d973538 add sort class names to the footer 2012-08-19 16:32:44 -05:00
Rob Garrison
b3d0e24118 reduce click time (for resizable) & changed showProcessing default 2012-08-19 12:47:21 -05:00
Rob Garrison
0b15fa2544 ensure isDigit won't break with numeric inputs. Fixes #121 2012-08-19 12:45:51 -05:00
Rob Garrison
28cd34b42e added tfoot indexing for sorted styling 2012-08-18 23:51:48 -05:00
Rob Garrison
81f495ce8d more widget & parser public methods & cleanup 2012-08-18 22:20:38 -05:00
Rob Garrison
f8df1d5f9e widget remove functions & lots of widget updates 2012-08-18 21:10:01 -05:00
Rob Garrison
eac5d0e948 add processing icon 2012-08-18 21:05:37 -05:00
Rob Garrison
10c6e1a9f1 fix column width using percentages 2012-08-10 22:57:46 -05:00
Rob Garrison
567e77b323 fixed issue with natural sort and leading zeros 2012-08-06 22:01:23 -05:00
Sam Tyson
4e0cd4ede2 changed zebra widget to only add class to children TR of current TBODY - nested tables would have visible TR included since it was doing find("tr:visible"). 2012-08-02 15:03:12 -05:00
Rob Garrison
6048a785ff fix sortAppend being applied multiple times. Fixes issue #115 2012-08-01 22:49:48 -05:00
Rob Garrison
87f99b456a made isValueInArray function public 2012-08-01 17:34:29 -05:00
Rob Garrison
e14dd1a035 more theme fixes 2012-07-29 11:54:54 -05:00
Rob Garrison
cd2cd2ac9c updateCell fix & tweaks 2012-07-29 11:28:09 -05:00
Rob Garrison
aa7b85d75a added refreshWidgets method & updated destroy method 2012-07-25 14:55:13 -05:00
Rob Garrison
98dd14569a added theme & cssIcon options 2012-07-24 16:54:25 -05:00
Rob Garrison
ec128f0084 loaded parsers & widgets are now public 2012-07-24 14:27:31 -05:00
Rob Garrison
269b86a23b updated metadata & made JSLint happy 2012-07-20 19:37:12 -05:00
Rob Garrison
19341c3262 detaching tbody is faster than document fragments 2012-07-20 16:41:23 -05:00
Rob Garrison
8a0308ad3b Merge branch 'master' of https://github.com/Mottie/tablesorter 2012-07-19 10:43:29 -05:00
Rob Garrison
6ccc256faf merged in bug fixes and cleanup 2012-07-12 03:30:12 -05:00
Rob Garrison
b2ea3a54ec cleanup & made sort functions public 2012-07-12 03:03:54 -05:00
Rob Garrison
3951345f69 optimized ipAddress parser 2012-07-12 02:25:32 -05:00
Rob G
718ef4e79b Merge pull request #106 from mmeisel/patch-1
Support octets with a single digit in ipAddress parser
2012-07-12 00:09:11 -07:00
Rob G
c7802f0576 Merge pull request #107 from wwalser/getElementTextInnerHtml
Remove use of innerHTML in the getElementText method
2012-07-11 23:59:32 -07:00
Wesley Walser
38f7d73be3 Remove use of innerHTML in the getElementText method 2012-07-12 15:43:23 +10:00
Michael Meisel
660fde6683 Support octets with a single digit in ipAddress parser 2012-07-11 15:06:28 -07:00
Wesley Walser
4d8a6a1adf Remove return false. 2012-07-06 15:07:20 +10:00
Rob Garrison
c2def6bda5 fixed zebra striping of nested non-sorted tables - issue #98 2012-06-28 12:43:23 -05:00
Rob Garrison
08ff6e2097 filter widget now skips an empty table 2012-06-21 09:29:52 -05:00
Rob Garrison
67533b1771 theme updates & less file 2012-06-21 01:10:02 -05:00
Rob Garrison
7d011b200b fixed default select filter updating - issue #91 2012-06-20 09:40:32 -05:00
Rob Garrison
408faa1cad added method callbacks & updateComplete event 2012-06-20 09:38:07 -05:00
Rob Garrison
8f020a5dba Fix filtered child rows - issue #89 2012-06-20 07:15:46 -05:00
Rob Garrison
1423d37d1b sortList fixes to prevent errors. Fix for #92 2012-06-20 06:40:11 -05:00
Rob Garrison
bc6a10268c fix onRenderHeader missing last column for issue #93 2012-06-20 06:09:12 -05:00
Rob Garrison
3b679cb6e7 filter widget input now corresponds to column with multiple thead rows 2012-06-12 12:01:10 -05:00
Rob Garrison
fdda285b1f isDigit function now false with an empty string. Issue #88 2012-06-05 18:03:31 -05:00
Rob Garrison
0c2c9a718d character equivalents & language wiki page 2012-06-05 08:41:47 -05:00
Rob Garrison
8a6f3e24a7 filter search will now update on table updates - issue #86 2012-06-05 07:22:43 -05:00
Rob Garrison
b6ae07f3d9 fixed invalid regex errors entered into the filter widget - issue #87 2012-06-05 07:18:14 -05:00
Rob Garrison
63bc6502b6 renamed AddWidget to addWidget in the min version 2012-06-04 11:41:25 -05:00
Rob Garrison
8659d91074 cleaned up replaceAccents function 2012-06-03 14:09:18 -05:00
Rob Garrison
ff71c529d0 updateCell update, fixes issue #83 2012-06-03 12:50:38 -05:00
Rob Garrison
547ac80fbf fixed url parser detection 2012-06-03 11:06:57 -05:00
Rob Garrison
8971b52728 made replaceAccents funtion independent 2012-06-03 11:06:10 -05:00
Rob Garrison
1093a3da14 filter widget functions 2012-06-01 09:49:46 -05:00
Rob Garrison
10fe23f1f4 filter widget regex 2012-05-29 23:55:28 -05:00
Rob Garrison
5a8bcb4a24 colspan metadata fix 2012-05-28 10:22:42 -05:00
Rob Garrison
516152e256 ie speed optimization 2012-05-28 10:01:40 -05:00
Rob Garrison
b5735fd0db fixed resizable widget triggering sort 2012-05-28 08:41:12 -05:00
Rob Garrison
d2c6d5786a shortDate detection update - fixes issue #76 2012-05-23 15:37:47 -05:00
Rob Garrison
094e1116ad initWidgets & optimizations 2012-05-23 12:11:30 -05:00
Rob Garrison
d54c72023d Fix IE8 class name parsers, issue #74 2012-05-20 08:24:22 -05:00
Rob Garrison
83ccdb2bde data fixes & performance improvements 2012-05-19 15:46:14 -05:00
Rob Garrison
5bb549d381 destroy & other updates 2012-05-11 12:46:54 -05:00
Rob Garrison
d24ccca7d0 minified version works again & lots of other fixes 2012-05-09 00:51:53 -05:00
Rob Garrison
5d0224d895 delayInit option 2012-05-08 14:46:13 -05:00
Rob Garrison
13200fdb34 changed parser order for better detection - fixes issue #64 2012-05-08 13:27:07 -05:00
Rob Garrison
ff162c1512 removed global variables 2012-05-08 13:12:55 -05:00
Rob Garrison
0dcec42b14 fix sorting with nested tables - issue #65 2012-05-08 09:00:07 -05:00
Rob Garrison
1da9959777 set parsers using jQuery data 2012-05-07 14:22:24 -05:00
Rob Garrison
e50922d881 Fix issue #62 2012-05-07 09:04:17 -05:00
Rob Garrison
8795813092 multiple column sorting 2012-05-06 22:06:54 -05:00
Rob Garrison
1ac4778369 new natural sort algorithm 2012-05-04 20:42:04 -05:00
Rob Garrison
348a8da73b widgets update on pager change 2012-05-04 10:45:16 -05:00
Rob Garrison
1bd68598ac fixed broken sort 2012-05-04 00:59:43 -05:00
Rob Garrison
e579f93e8f added textSorter & modified sortLocaleCompare 2012-05-03 23:38:10 -05:00
Rob Garrison
28e9a07d59 sort multiple tbodies 2012-05-03 09:46:31 -05:00
Rob Garrison
64b63632ec sort optimizations 2012-04-28 21:45:34 -05:00
Rob Garrison
b9830622f3 fix issue #55 & updated docs 2012-04-23 22:16:06 -05:00
Rob Garrison
0176a410d3 parse "empty" table cells again 2012-04-23 21:24:35 -05:00
Rob Garrison
7ec25da422 method added to prevent resort on update 2012-04-23 21:22:49 -05:00
Rob Garrison
7db5630224 sticky-false & new green theme 2012-04-23 14:24:45 -05:00
Rob Garrison
e6ba460ed3 widget updates for multiple header rows 2012-04-21 09:40:43 -05:00
Rob Garrison
2c15792999 fixed metadata error 2012-04-21 07:37:53 -05:00
Rob Garrison
5916336671 sticky headers now work on multiple rows 2012-04-20 13:10:43 -05:00
Rob Garrison
ee173ba65a added emptyTo and stringTo options 2012-04-20 11:09:43 -05:00
Rob Garrison
a5607ae960 emptyToBottom updates 2012-04-18 13:47:00 -05:00
Rob Garrison
2974c7b8d4 shortDate parser now includes times in the sort 2012-04-17 14:19:12 -05:00
Rob Garrison
f014e3cb6b repaired text strings in numerical sort functionality 2012-04-17 12:29:18 -05:00
Rob Garrison
49c67f4c8e numbers inside parenthesis are now treated as a negative 2012-04-16 16:21:56 -05:00
Rob Garrison
566315ad1f Added emptyToBottom option 2012-04-12 17:05:28 -05:00
Rob Garrison
b612f24337 fixing storage again 2012-04-02 14:19:17 -05:00
Rob Garrison
dd445ac18b widget data now saves correctly for multiple tables per page 2012-04-02 07:37:00 -05:00
Rob Garrison
14880ef679 Properly sort numerical column empty cells & correctly set initial sort direction. Fixes issue #43. 2012-03-31 07:40:16 -05:00
Rob Garrison
31562eafc4 css updates 2012-03-27 14:45:51 -05:00
Rob Garrison
ac26e9415d default css names & widget fixes 2012-03-26 20:49:48 -05:00
Rob Garrison
0642f8e625 removed setTimeout functions 2012-03-22 10:03:24 -05:00
Rob Garrison
c680caab62 sticky header widget update 2012-03-22 09:58:43 -05:00
Rob Garrison
75eea0cac6 fix for issue #38 2012-03-20 19:50:53 -05:00
Rob Garrison
c043ffc520 added $.tablesorter.version 2012-03-18 09:02:49 -05:00
Rob Garrison
02510860db Comments added to widget demos for min required jQuery version 2012-03-18 09:02:11 -05:00
Rob Garrison
c15ada9bd9 added usNumberFormat option 2012-03-12 18:33:56 -05:00
Rob Garrison
930aad6d3a textExtraction function updates 2012-03-11 09:45:10 -05:00
Rob Garrison
04aacd5449 pager ajax works with stickyheaders now 2012-03-08 09:10:38 -06:00
Rob Garrison
16330a28ee renamed filter_fromStart to filter_startsWith 2012-03-08 07:29:24 -06:00
Rob Garrison
384cf9710f fixed sortRestart 2012-03-08 07:28:07 -06:00
Rob Garrison
2103da4a8e widgets update 2012-03-07 12:06:35 -06:00
Rob Garrison
7d9f131c51 cleanup & parser update 2012-03-07 12:05:06 -06:00
Rob Garrison
c1ec042b60 filter widget now uses search type inputs 2012-02-27 08:58:46 -06:00
Rob Garrison
9603723f64 code cleanup & added sortRestart option 2012-02-27 08:09:42 -06:00
Rob Garrison
042f89913e sortReset fixes 2012-02-27 05:59:20 -06:00
Rob Garrison
a357090cbf filter widget; inputs not hidden, but disabled 2012-02-20 18:47:08 -06:00
Rob Garrison
799609662f fixed the add widget init mess 2012-02-20 18:14:25 -06:00
Rob Garrison
bf553daf8d fix widget init code - fixes #28 2012-02-20 16:21:42 -06:00