Commit Graph

190 Commits

Author SHA1 Message Date
Mottie
ba885c436d update to v2.8.0 2013-03-27 18:21:09 -05:00
Mottie
5df7f77819 Added updateAll; plus reorganization & cleanup 2013-03-25 09:04:00 -05:00
Mottie
c9d4d12aa5 stop method propagation at the table - fixes #263 2013-03-23 09:41:33 -05:00
Mottie
24d5aabaa6 fixed javascript error when spamming update methods 2013-03-22 18:53:51 -05:00
Mottie
07d7c1c749 getData will now allow dashed class names; e.g. "sorter-my-custom-parser" 2013-03-18 19:50:30 -05:00
Mottie
a1106c0fc0 fixed addwidget option method 2013-03-18 19:48:24 -05:00
Mottie
e9ca100372 Some public methods now accept the table as a DOM element or jQuery object - see #243 2013-03-14 00:28:08 -05:00
Mottie
571f724bb1 short date parser no longer detects semantic versioning numbers 2013-03-14 00:04:52 -05:00
Mottie
0b7ba1024c Made internal variables more consistent & some code rearrangement 2013-03-13 23:36:50 -05:00
Mottie
ae267560fc Detect parsers in reverse order & make them hardy 2013-03-11 12:17:49 -05:00
Mottie
a4fa0ed49c update method now enables/disables column sorting 2013-03-06 08:19:22 -06:00
Mottie
cc53af350c addWidget method will now merge an options object 2013-03-05 12:02:28 -06:00
Mottie
c7d3458f05 updated change log & version bump 2013-03-01 07:31:27 -06:00
Mottie
bde4482241 updateCell now removes extra rows to ensure correct cell indexing 2013-02-28 10:03:23 -06:00
Mottie
eaa39e731f cleanup & bump version 2013-02-24 00:53:19 -06:00
Mottie
7b672d678b prevent error in IE8 - fixes issue #246 2013-02-23 23:59:27 -06:00
Mottie
e5483f3d49 cleanup & version bump 2013-02-22 09:02:29 -06:00
Mottie
220f1c580c pager now targets correct page when the table is empty 2013-02-20 01:17:27 -06:00
Mottie
c3089d6ceb get correct number of cols in widgetFixed - issue #238 2013-02-19 23:13:43 -06:00
Mottie
c96f36d4ac minor bug fixes 2013-02-17 14:28:18 -06:00
Mottie
41f4c6c963 use addBack() if supported - fixes #229 2013-02-17 13:29:02 -06:00
Mottie
f6185db9ac revert code that always adds a colgroup - fixes issue #238 2013-02-14 11:37:01 -06:00
Mottie
51745e904d namespaced all events 2013-02-14 11:23:37 -06:00
Mottie
9c5823c263 update natural sort regex 2013-02-10 11:10:05 -06:00
Mottie
f3d2fc157e currency parser will now detect currency with commas, decimals & spaces 2013-02-10 08:04:26 -06:00
Mottie
f544e5cc9c merge in pull request #228 2013-02-06 08:13:13 -06:00
Deniss Abramovs
4d2edc1fed Update js/jquery.tablesorter.js
Fix - Uncaught TypeError: Cannot read property 'debug' of undefined
2013-02-06 13:40:35 +02:00
Mottie
197960a791 doc update & added chili back 2013-01-31 07:08:47 -06:00
Mottie
009cf1e92a doc & version updates 2013-01-29 16:42:23 -06:00
Mottie
678baf14b6 prevent error if parser is missing "is" function 2013-01-26 08:53:56 -06:00
Mottie
ca875263c2 updated date parsers 2013-01-26 08:52:09 -06:00
Mottie
be638d8db5 saved number of columns in config.columns 2013-01-26 08:50:15 -06:00
Mottie
c219ea6523 Added updateRows (same as "update") to fix issue #217 2013-01-18 14:55:00 -06:00
Mottie
d680b630b1 always add colgroup & col, for consistency 2013-01-18 14:53:33 -06:00
Mottie
d527ccac92 filter widget no longer crashes - fixes #213 2013-01-10 08:52:23 -06:00
Mottie
ae2040ff21 filter-select columns now update with the table 2013-01-08 23:21:04 -06:00
Mottie
6eb36a6532 Fixed pager + filter problems reported in issue #207. 2013-01-04 12:10:17 -06:00
Mottie
3e9b5d56ce fixed destroy/remove widget issues 2013-01-04 11:00:48 -06:00
Mottie
5c378ec2fa added config.$tbodies 2013-01-04 09:15:29 -06:00
Mottie
c963f325e5 updated headerTemplate demos 2012-12-26 02:06:26 -06:00
Mottie
9da639c95e no more error when initializing on an empty table - fixes #206 2012-12-26 01:49:05 -06:00
Mottie
fa419d7db9 Fixed sortReset bug - issue #167 2012-12-22 10:05:46 -06:00
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
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
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
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