Mottie
786f2f3986
update package.json
2013-01-08 23:34:37 -06:00
Mottie
ae2040ff21
filter-select columns now update with the table
2013-01-08 23:21:04 -06:00
Mottie
5d8c567095
replaced url() with none
2013-01-07 13:01:57 -06:00
Mottie
e526c2306d
removed debug from bootstrap theme... derp
2013-01-07 10:19:14 -06:00
Mottie
3851ea9cbc
updated bootstrap demo - issue #111
2013-01-07 09:57:36 -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
93578eddbc
made uitheme setting optional, use the theme option instead
2012-12-26 01:57:03 -06:00
Mottie
9da639c95e
no more error when initializing on an empty table - fixes #206
2012-12-26 01:49:05 -06:00
Mottie
e5ef1e0ef2
fixed pager resetting to first page after a sort
2012-12-26 01:46:49 -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
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