Commit Graph

582 Commits

Author SHA1 Message Date
Mottie
8310e01197 version bump 2013-10-18 13:38:46 -05:00
Mottie
fdc698c97d replace innerHTML with .html(). Fixes #385. 2013-10-18 11:44:09 -05:00
Mottie
340fdf0138 Added fixedUrl option for use with the widget storage function. Fixes #389. 2013-10-18 11:40:39 -05:00
Mottie
a33619a4fd Added group_callback & group_complete to grouping widget 2013-10-18 11:19:30 -05:00
Mottie
6e93d71f9f prevent dividing by zero (pager size) 2013-10-18 07:49:57 -05:00
Mottie
6f35c682a1 Added ipv6 parser & demo 2013-10-17 23:14:18 -05:00
Mottie
ff07d94a7d Added numberSorter option; Modified textSorter option to be set per column 2013-10-17 23:14:17 -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
56cfc6617b added editable_editComplete option naming the event to trigger when the editing has completed updating 2013-10-11 23:07: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
2793de57fc Added Bootstrap 3 support. Fixes #365 2013-10-10 17:01:17 -05:00
Mottie
8793b9116a pager: catch undefined ajaxData after init. Fixes #326 2013-10-10 17:01:17 -05:00
Mottie
38cbd819d7 filter_reset now bound using delegate to maintain jQuery v1.4.3 compatibility. See #327 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
9cb780126e Chrome appears to have fixed the hidden input bug, so restoring hideFilters to true in the basic filter demo. Fixes #341 2013-10-10 07:59:41 -05:00
Mottie
636ef9c65a Only visible columns will be considered when fixing column widths. Fixes #371 2013-10-10 07:59:40 -05:00
Mottie
4bcf3b9003 Searches now have accents replaced if sortLocalCompare is true. Fixes #357 2013-10-10 07:59:40 -05:00
Mottie
5ae88a9b4f updated filter function docs. See #368 2013-10-10 07:59:40 -05:00
Mottie
653c2a562c added "stickyHeader_zIndex" docs. Fixes #332 2013-10-10 07:59:39 -05:00
Mottie
c962a7c20d Keep track of initialized widgets & extending widget options. Fixes #330 2013-10-10 07:59:39 -05:00
Mottie
ab5ceb9e1d Fixed issues with filter_columnFilters set to false. Fixes #355 2013-10-10 07:59:39 -05:00
Mottie
d0adfe288f Filter widget will work properly with sub-tables. Fixes #354 2013-10-10 07:59:38 -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
6b7b842c60 Removed natural sorting of dates. Fixes #373 2013-10-10 07:59:37 -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
d589d3272e add build table widget 2013-10-10 07:59:37 -05:00
Mottie
ecf9693354 column widget code cleanup 2013-10-10 07:59:36 -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
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