Commit Graph

451 Commits

Author SHA1 Message Date
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
88b5a33b34 remove unnecessary false from return false - see #305 2013-10-10 07:59:36 -05:00
Mottie
b6635c4381 added group-false & shift-click group header to toggle all groups. Fixes #344 2013-10-10 07:59:35 -05:00
Mottie
09aae27676 added group_collapsed option & tweaks for use with the pager addon. Fixes #352. 2013-10-10 07:59:35 -05:00
Mottie
f719e09530 pager modification for grouping widget - fixes #281 2013-10-10 07:59:35 -05:00
Mottie
3323fd92e1 added buildTable script check to core 2013-10-10 07:59:34 -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
8b23e660e7 cache is now checked properly after delayInit is set true - fixes #346 2013-10-10 07:59:33 -05:00
Mottie
ddff43ee4c exact matches in filter widget now allows using == (acts the same as a single equal) 2013-10-10 07:59:33 -05:00
Mottie
c1d102c698 general parser formatting & cleaning 2013-10-10 07:59:33 -05:00
Mottie
214bce4e95 merged in pull #336 2013-10-10 07:59:32 -05:00
Rob G
b561ff4471 Merge pull request #327 from riker09/master
Widget option "filter_reset" for dynamically added elements
2013-10-09 19:45:08 -07:00
Rob G
e3380e9798 Update README.md 2013-10-04 17:12:26 -05:00
Rob G
6c82417583 Merge pull request #368 from gknights/master
Add row as parameter to the format function calls #367
2013-09-30 08:16:30 -07:00
Rob G
83263a9b37 Merge pull request #383 from harryxu/patch1
Count table head th length after ajaxProcessing.
2013-09-30 07:36:48 -07: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
Rob G
aad89524b1 Merge pull request #338 from lemoinem/fix/fix-jquery-version-comparison
jQuery version comparison bug: parseFloat does not see 1.10 > 1.4
2013-09-10 18:50:28 -07:00
Rob G
453c83309a updated sugar script 2013-09-03 19:47:22 -05:00
Rob G
d04580d980 broken demo: parser-date-sugar.js renamed to just parser-date.js 2013-09-03 19:44:05 -05:00
Rob G
ec09c144ca Update README.md 2013-08-31 09:23:02 -05:00
gknights
82f4a55191 Add row as parameter to the format function calls #367
The JQuery object for the row is passed to the format functions as 5th
argument.
2013-08-30 16:26:06 +01:00
Justin F. Hallett
1d82261a2c This fixes the 2 date compare as reported in issue 290 after it's close. 2013-08-28 15:01:22 -06:00
Justin F. Hallett
47a0b3b8d4 Merge pull request #349 from camallen/ajax_error
show any ajax request errors to the user in the table
2013-07-29 10:35:06 -07:00
Campbell Allen
a9d7c01a67 show any ajax request errors to the user in the table 2013-07-02 15:51:13 +01:00
Justin F. Hallett
96a8efb4dd Add user selectable optino for compare to uiDateCompare and html5Number, Issue #325 2013-06-21 09:48:50 -06:00
Mathieu Lemoine
b45ce55f06 Fix: Bug in jquery version comparison: parseFloat does not see 1.10 > 1.4 2013-06-17 11:09:31 -04:00
Campbell Allen
d0010fd697 skip ajax request on sort event if serverSideSorting is disabled 2013-06-13 13:14:43 +01:00
Justin F. Hallett
74f296adff Add WidgetOptions -> stickyHeaders_zIndex option, this allows for the user to customize the zIndex of stickyHeaders to suit the needs of their site 2013-06-10 15:37:48 -06:00
Justin F. Hallett
b82d192fc2 Forgot one $.datepicker call
Also cleaned up a few lines for consistancy
2013-06-10 09:39:55 -06:00
Justin F. Hallett
262e455663 Not sure why, but this code breaks html5Numeric
Just commenting it out for now, I want to figure out why it's actually updating wrong and fix it but rather then releasing something broken till then commenting it out allows things to function again.
2013-06-10 09:32:26 -06:00
Justin F. Hallett
767929411f User $.datepicker instead to get the selected date as a full string. 2013-06-10 09:30:10 -06:00
Justin F. Hallett
fa3c0dc763 Use outerHeight to get the full Height of the caption
Also simplified how often the caption height was used by adding it to sTop
2013-06-10 09:21:55 -06:00
Volker Thiel
9733f794aa Widget option 'filter_reset' for dynamic content
The widget option "filter_reset" only works for elements that are present in the DOM on initialization of the table. Now it works for elements that have been added to the DOM at some later point as well.
2013-06-05 10:31:55 +02:00
Mottie
eb48e66684 Added stickyHeaders_includeCaption; fixes #322 2013-06-04 20:11:05 -05:00
Mottie
e7ebec01ce Added filter_defaultAttrib option to obtain & set default filter values 2013-06-04 20:02:16 -05:00
Mottie
3c1ccf2061 filter formatter now properly sets default values 2013-06-04 19:58:15 -05:00
Mottie
934b9cb9b5 limit content size when using percent parser detection; fixes #320 2013-06-04 17:09:16 -05: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
59dd43b279 added beta-testing files 2013-05-31 19:32:50 -05:00
Mottie
2af097a0e8 now using proper closest() equivalent; fixes #319 2013-05-31 15:58:22 -05:00
Mottie
781a8db646 added note 2013-05-30 12:34:32 -05:00
Mottie
93fa8141b7 added html5 skipTest option to filter formatter functions. Fixes #307. 2013-05-30 11:57:11 -05:00
Mottie
15d5d36054 version bump 2013-05-30 11:31:13 -05:00
Mottie
d72bb5fb71 filter formatter now works in sticky headers; fixes #290 2013-05-30 10:54:40 -05:00
Mottie
8ba5c87969 Added "stickyHeadersInit" event 2013-05-28 23:04:32 -05:00
Mottie
e9344d6c49 filtering child rows should now work properly; fixes #306 2013-05-28 22:55:06 -05:00