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
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
597ec7d768
updated pager plugin - fixes #151
2012-10-13 14:41:34 -05:00
Mottie
9087cdaf22
updated less theme
2012-10-13 14:40:02 -05:00
Mottie
1908a3dfc8
bootstrap updates - fixes #142
2012-10-13 14:06:50 -05:00
Mottie
cc83b8a53b
support horizontal scrolling of sticky headers - fixes #143
2012-10-13 13:58:16 -05:00
Mottie
db746ff69f
updated readme
2012-09-29 08:49:36 -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
905ff6ce45
updated themes to include sorted footer styling
2012-08-19 16:34:53 -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