James Reynolds
|
b4ab6ebb29
|
minified and defect in storagekey
|
2014-01-16 15:53:49 -05:00 |
|
James Reynolds
|
9740577ba5
|
custom storage keys
|
2014-01-16 12:56:52 -05:00 |
|
Mottie
|
e3a4f374af
|
Pager: correcting page calculation. Fixes #468
|
2013-12-20 08:45:34 -06:00 |
|
Mottie
|
c4dceff34e
|
Ensure updateRow & not update is triggered. See issue #217
|
2013-12-19 11:36:41 -06:00 |
|
Mottie
|
d1a9f2ee22
|
version bump
|
2013-12-16 16:02:59 -06:00 |
|
Mottie
|
b34bbba563
|
Filter row is now included in stickyHeader + pager. Fixes #449
|
2013-12-15 07:11:26 -06:00 |
|
Mottie
|
d1cfbd7bae
|
Disable pager arrows & show zero in display when totalPages = 0. Fixes #460
|
2013-12-15 05:57:49 -06:00 |
|
Mottie
|
161c2ad99d
|
Add pager processAjaxOnInit option. Fixes #424
|
2013-12-15 05:07:22 -06:00 |
|
Mottie
|
eb13fb4b14
|
Fix pager update when ajax returns no rows. Fixes #456
|
2013-12-15 04:49:55 -06:00 |
|
Mottie
|
173db948c6
|
version bump
|
2013-12-14 10:51:14 -06:00 |
|
Mottie
|
404567f533
|
Update cache after ajax. Fixes #436 & #437
|
2013-12-12 18:46:45 -06:00 |
|
Mottie
|
5a1c22a349
|
Pager filtered rows count properly includes/excludes child rows
|
2013-12-12 12:23:44 -06:00 |
|
Mottie
|
9a716bec07
|
filter searches now start from first page. Fixes #456
|
2013-12-12 08:43:32 -06:00 |
|
Mottie
|
ebe8dd8acb
|
pager will now update when ajax returns no rows. Fixes #456
|
2013-12-11 16:44:24 -06:00 |
|
Mottie
|
328bba34a7
|
addRows method now works on an empty table. Fixes #450
|
2013-12-03 17:55:25 -06:00 |
|
Mottie
|
d81d64f418
|
version bump & cleanup
|
2013-12-02 13:26:31 -06:00 |
|
Mottie
|
4aea98040c
|
Pager now outputs zero instead of an empty string for no filter results
|
2013-12-02 10:11:36 -06:00 |
|
Mottie
|
a98551a98d
|
complete merge of #443
|
2013-11-27 11:07:52 -06:00 |
|
Mottie
|
472b5a418a
|
Merge branch 'master' of github.com:Mottie/tablesorter
|
2013-11-27 10:00:01 -06:00 |
|
Christopher Thomas
|
cdb132ec6e
|
add an ajaxCounter to the pager object so it can index each request and refuse to process old requests and only process the last one, this is important because when you execute multiple requests, sometimes the old requests return AFTER the new request has returned, meaning you get a mixed up data, this will stop that, even though really it should cancel the ajax request, but once the server has it, I don't know how you can do that.
|
2013-11-27 10:43:38 +01:00 |
|
Mottie
|
79bc1be5a5
|
Complete merge & cleanup #434
|
2013-11-26 13:40:59 -06:00 |
|
Christopher Thomas
|
d1f70cc522
|
I modified the location where the pager creates new <td> elements by first asking whether the data contains a td element and if it does, use that instead, this allows the ajax callback to output a fully rendered table with td elements already created, the callback to obtain those elements and just rebuild the columns using those elements, with all the required classnames, attributes, etc.
|
2013-11-24 21:00:25 +01:00 |
|
Mottie
|
651957606d
|
version bump
|
2013-11-22 20:01:48 -06:00 |
|
Mottie
|
23ace7cd0b
|
Stop using Array.indexOf due to IE8. Fixes #388
|
2013-11-22 11:37:16 -06:00 |
|
Mottie
|
ce7e0836c0
|
version bump
|
2013-11-09 14:30:58 -06:00 |
|
Mottie
|
e6696b0a1e
|
Fixed initial filter settings when using pager ajax #388 & ajax pager not recognizing column sorting #408
|
2013-11-08 23:49:30 -06:00 |
|
Mottie
|
cb3ee451b8
|
pager: calculate correct total rows when countChildRows is true
|
2013-11-01 13:43:18 -05:00 |
|
Mottie
|
1cc8b0da33
|
version bump
|
2013-10-30 17:59:13 -05:00 |
|
Mottie
|
c170dc6669
|
Added pager countChildRows option. See issue #396
|
2013-10-30 17:59:09 -05:00 |
|
Mottie
|
8310e01197
|
version bump
|
2013-10-18 13:38:46 -05:00 |
|
Mottie
|
6e93d71f9f
|
prevent dividing by zero (pager size)
|
2013-10-18 07:49:57 -05:00 |
|
Mottie
|
c4f10de366
|
Added pager widget, pager cleanup & filter widget tweaks for ajax. Fixes #388
|
2013-10-17 23:14:17 -05:00 |
|
Mottie
|
a386ae24ac
|
No more savePages js error. Fixes #387
|
2013-10-14 08:25:26 -05:00 |
|
Mottie
|
458669a75d
|
Fixed update issues, see #372
|
2013-10-11 14:33:31 -05:00 |
|
Mottie
|
ca7124518d
|
version & doc updates
|
2013-10-10 23:18:33 -05:00 |
|
Mottie
|
a91fd663b6
|
pager ajax will again target only ths when updating headers
|
2013-10-10 21:52:44 -05:00 |
|
Mottie
|
8793b9116a
|
pager: catch undefined ajaxData after init. Fixes #326
|
2013-10-10 17:01:17 -05:00 |
|
Mottie
|
838b4552d5
|
pager: store object returned from ajaxProcessing for pager output or other fun & exciting things. Fixes #326
|
2013-10-10 17:00:52 -05:00 |
|
Mottie
|
29c5bf4a4d
|
updateComplete should now fire properly, after an ansynchronous ajax call. Fixes #343
|
2013-10-10 07:59:38 -05:00 |
|
Mottie
|
7bda49a170
|
No duplicate ajax calls (removed table update for ajax calls when the server is already doing everything). Fixes #372
|
2013-10-10 07:59:38 -05:00 |
|
Mottie
|
12ca586011
|
All class names used for finding elements have new "empty" default values. Fixes #381
|
2013-10-10 07:59:37 -05:00 |
|
Mottie
|
2993069e04
|
added pager savePages option. Fixes #345
|
2013-10-10 07:59:36 -05:00 |
|
Mottie
|
0fd5203515
|
updated demo url & removed ajax error url comparison; see #349
|
2013-10-10 07:59:36 -05:00 |
|
Mottie
|
f719e09530
|
pager modification for grouping widget - fixes #281
|
2013-10-10 07:59:35 -05:00 |
|
Mottie
|
6b8dd1d800
|
reverted pull #349.
|
2013-10-10 07:59:34 -05:00 |
|
Mottie
|
1ace06e96d
|
fixed pager removeRows option error & child rows now properly display. See #348.
|
2013-10-10 07:59:34 -05:00 |
|
Mottie
|
214bce4e95
|
merged in pull #336
|
2013-10-10 07:59:32 -05:00 |
|
harryxu
|
7e8456dc6f
|
Count table head th length after ajaxProcessing.
|
2013-09-30 22:19:18 +08:00 |
|
Rob G
|
1a5f6b6391
|
Merge pull request #336 from camallen/skip_server_sort_req
skip ajax request on sort event if serverSideSorting is disabled
|
2013-09-30 06:46:41 -07:00 |
|
Rob G
|
cb5efc05f0
|
Merge pull request #324 from camallen/zero_totalRows
0 evaluates to false in a logical context, allow a zero to be returned for totalRows
|
2013-09-28 22:03:57 -07:00 |
|