Commit Graph

246 Commits

Author SHA1 Message Date
Mottie
af43f1cc25 cleanup & updating version numbers 2012-12-20 13:46:50 -06:00
Mottie
87e66fba6a pager ajax should no longer initialize twice. Fixes issue #202 2012-12-20 13:36:22 -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
05d531e3f9 sorter-false now restores cell padding. See issue #188 2012-12-19 10:36:44 -06:00
Mottie
b3c9893417 added "pagerBeforeInitialized" event & cleaned up pager code 2012-12-19 10:35:46 -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
d0f48b14ba fixed problem with pager size being incorrect with nested tables. Fixes #196 2012-12-18 23:02:04 -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
Mottie
ce92e7b03e added basic unit testing 2012-12-17 14:32:57 -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
0ac192d791 themes hide sort-false arrows. Fixes #188 2012-12-14 14:05:29 -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
b74808e43a fixed linear gradients 2012-11-26 13:16:48 -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
Rob G
57d892ca72 Merge pull request #177 from NickCraver/master
Removing eval() for performance, usage was also causing variable collision in some minifiers
2012-11-21 13:05:51 -08: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
322a4b1cb8 updated readme 2012-11-14 17:13:45 -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
c19e5b2cdc updated less theme; link to live demo @codepen 2012-11-12 17:01:04 -06:00
Mottie
b835209024 added sortReset method 2012-11-06 11:41:02 -06:00
Rob G
3b3a6135d7 Merge pull request #164 from blowsie/patch-1
missing semicolon
2012-10-26 06:58:38 -07:00
blowsie
88f99d5418 missing semicolon
caused my page to break
2012-10-26 14:45:22 +02:00
Mottie
e662358b41 updated package.json 2012-10-25 18:11:13 -05:00
Mottie
6d8fe95da8 pager now updates with updateComplete event 2012-10-25 17:57:59 -05:00
Mottie
5a62860b47 added updateComplete event to docs 2012-10-25 17:46:06 -05:00
Mottie
470fee06e2 fixed pager page size selector - see issue #122 2012-10-25 17:45:15 -05:00
Mottie
ce376f75ab trim spaces in filter select options - fixes #161 2012-10-23 22:43:11 -05:00
Mottie
a7f6c42c32 fixed readme 2012-10-17 10:28:20 -05:00
Mottie
e5b196bd7a fixed disabled pager elements - issue #157 2012-10-17 10:15:54 -05:00
Mottie
5c9ee38cf1 Added sortList parameter to pager ajax url. See issue #155 2012-10-17 09:27:33 -05:00
Mottie
5aaf12ebba remove filter row when all filter-false - issue #156 2012-10-17 07:33:14 -05:00
Mottie
4f1aa02a93 new pager events - issue #153
Added "pagerInitialized" and "pageMoved" thanks to ViViDboarder
2012-10-15 16:43:09 -05:00
Rob G
a8e13d6c17 Merge pull request #153 from ViViDboarder/page-moved-trigger
Add Page Moved Trigger to moveToPage
2012-10-15 13:14:21 -07:00
ViViDboarder
9735aacb88 Add Page Moved Trigger to moveToPage
Adding a new trigger to the end of the moveToPage function so that
async events can be added by the user to be triggered whenever new data
is shown on the table.
2012-10-15 10:59:01 -04:00
Mottie
5187750791 fixed filter widget parsed data error - fixes issue #149 2012-10-13 20:16:05 -05:00