Commit Graph

86 Commits

Author SHA1 Message Date
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
Campbell Allen
a9d7c01a67 show any ajax request errors to the user in the table 2013-07-02 15:51:13 +01:00
Campbell Allen
d0010fd697 skip ajax request on sort event if serverSideSorting is disabled 2013-06-13 13:14:43 +01:00
Campbell Allen
63b2c6a151 0 evaluates to false in a logical context, allow a zero to be returned for totalRows 2013-06-04 17:54:15 +01:00
Mottie
3c0828712d pager pageSize method properly stores set page size; fixes #287 2013-05-27 09:18:33 -05:00
Mottie
1ea06d5d1a updated minified scripts 2013-05-27 08:53:35 -05:00
Mottie
6e5351d104 update docs, more unit testing & minor tweaks 2013-05-08 23:36:06 -05:00
Mottie
5428e35098 Added ajaxObject option; fixes #280 2013-05-08 17:02:36 -05:00
Mottie
075635c097 Pager + filter now shows 0 matches properly; fixes #297 2013-05-07 10:17:00 -05:00
Mottie
10f24c922a ajaxProcessing return optional jQuery object; updated error handling & theme css 2013-05-07 10:13:50 -05:00
Mottie
800d602786 pagerComplete callback now fires once per change; fixes #291 2013-05-06 09:16:38 -05:00
Mottie
423f124b92 started caching pager controls 2013-05-06 09:09:22 -05:00
Mottie
1162f9c8d5 added filter_filteredRow class name option; used by the pager 2013-04-26 11:22:47 -05:00
Mottie
3500d91be3 final cleanup & version bump 2013-04-12 21:15:57 -05:00
Mottie
33db54c017 updated pager/filter docs with better examples & new changes 2013-04-12 13:02:08 -05:00
Mottie
83c39b4dc6 updated ajaxUrl to accept {page+#} tag; added all pager options to the main docs 2013-04-04 16:32:03 -05:00
Mottie
aa0266c388 added pager customAjaxUrl - See #256 2013-03-27 20:01:39 -05:00
Rob G
6fde718ec1 Merge pull request #256 from Cthulhu59/master
Add parameters to ajx url
2013-03-27 17:16:06 -07:00
Mottie
ba885c436d update to v2.8.0 2013-03-27 18:21:09 -05:00
Mottie
4f310ea3e6 code cleanup & metric demo 2013-03-26 16:16:13 -05:00
Mottie
c9d4d12aa5 stop method propagation at the table - fixes #263 2013-03-23 09:41:33 -05:00
Cthulhu59
6fbce2b35c Add custom ajax url to add custom params to url 2013-03-11 17:14:17 +01:00
Mottie
220f1c580c pager now targets correct page when the table is empty 2013-02-20 01:17:27 -06:00
Mottie
41f4c6c963 use addBack() if supported - fixes #229 2013-02-17 13:29:02 -06:00
Mottie
628b79b0f8 added pageSet method 2013-02-10 11:47:59 -06:00
Mottie
009cf1e92a doc & version updates 2013-01-29 16:42:23 -06:00
Mottie
8ece25e41a added pager pageSize method - issue #218 2013-01-22 10:34:30 -06:00
Mottie
0232c7a6ea fixed pager issue with an empty tbody 2013-01-22 09:49:09 -06:00
Mottie
6eb36a6532 Fixed pager + filter problems reported in issue #207. 2013-01-04 12:10:17 -06:00
Mottie
c963f325e5 updated headerTemplate demos 2012-12-26 02:06:26 -06:00
Mottie
e5ef1e0ef2 fixed pager resetting to first page after a sort 2012-12-26 01:46:49 -06:00
Mottie
87e66fba6a pager ajax should no longer initialize twice. Fixes issue #202 2012-12-20 13:36:22 -06:00
Mottie
b3c9893417 added "pagerBeforeInitialized" event & cleaned up pager code 2012-12-19 10:35:46 -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
954065df89 merge in improved ajax support 2012-12-18 15:50:42 -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
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
9b763d5baa pager & stickyHeaders widget bug fixes - see issue #175 2012-11-15 18:09:50 -06:00