Rob Garrison
d77ca61605
Merge branch 'viewWidget'
2015-10-26 12:18:22 -05:00
Rob Garrison
093ba477ce
View: cleanup & merge
2015-10-26 12:16:52 -05:00
Rob Garrison
30a83b01df
Pager: fix pager widget demo destroy method
2015-10-26 11:01:33 -05:00
Rob Garrison
7fa7907953
Parser: Globalize parser now allows a different language per column
2015-10-26 10:56:01 -05:00
Justin F. Hallett
8a91e8e7ef
Add View Widget to index
2015-10-26 09:30:26 -06:00
Justin F. Hallett
006496abb4
Finish the documentation and example
2015-10-26 09:26:35 -06:00
Justin F. Hallett
6c0fa3bdcf
Add Widget View, start on the documentation
2015-10-26 09:06:56 -06:00
Rob Garrison
612c76e5ee
Pager: add "all" setting for pageSize. See #1055
2015-10-25 20:55:48 -05:00
Rob Garrison
e3d2fd9a17
Group: Improve compatibility with jQuery Globalize
...
Added `group_time24Hour` & `group_dateInvalid` options
Modified `group_months`, `group_week` and `group_time` options.
2015-10-25 20:10:43 -05:00
Rob Garrison
a1c9e95639
Lazyload: add lazyload widget
2015-10-25 19:52:32 -05:00
Rob Garrison
5d4529c37d
Global: call internal functions directly; stop using trigger
2015-10-22 16:41:34 -05:00
Rob Garrison
035a394459
Core: Add "tablesorter-ready" event
2015-10-22 15:10:05 -05:00
Rob Garrison
2409e830b6
Core & headerTitles: internalize sort counter & fix spanned sorts
2015-10-21 11:03:14 -05:00
Rob Garrison
4310107043
Docs: include horizontal scroll while jumping to search result
2015-10-21 06:58:48 -05:00
Rob Garrison
25ba9f3860
Docs: update stickyHeaders after menu close
2015-10-20 21:31:17 -05:00
Rob Garrison
48e1659b73
Docs: fix left menu push
2015-10-20 21:25:13 -05:00
Rob Garrison
b8e2b65493
Core: sortAppend now accepts an object of column references
...
See http://stackoverflow.com/q/33177910/145346
2015-10-20 12:47:05 -05:00
Rob Garrison
d1d7da2ac2
Core: fix multisort indicators. Fixes #1005 , again
...
There is now a check to verify that the targeted column is in the sortList, this includes a cell with a colspan that may be outside of the included sort
2015-10-20 06:25:34 -05:00
Rob Garrison
0632213b05
Grunt: update dependencies
2015-10-20 06:00:24 -05:00
Rob Garrison
d50f561969
Chart: fix chart_layout column indexing
2015-10-19 22:09:59 -05:00
Rob Garrison
d5a9fb6f81
Core: add rowFilter parameter to getColumnText
2015-10-19 20:54:56 -05:00
Rob Garrison
9d7f0fb26c
ColumnSelector: Add mediaqueryHidden option. Resolves #964
2015-10-19 11:49:21 -05:00
Rob Garrison
921631397c
Grunt: update build files
2015-10-18 13:24:13 -05:00
Rob Garrison
1bb00280ed
Filter & stickyHeaders: hideFilters applies to stickyHeaders again. Fixes #1050
2015-10-18 13:21:55 -05:00
Rob Garrison
726edc7c77
SortTbodies: moved config.strings defaults to $.tablesorter.strings
...
updated to match changes to core
2015-10-18 13:21:54 -05:00
Rob Garrison
2b55fca6dd
Core: reformat structure & expand variable names
...
All functions are now public, but some remain undocumented
2015-10-18 13:21:46 -05:00
Rob Garrison
cc384666b5
Docs: Add theme class to tables to prevent FOUC
2015-10-17 17:47:41 -05:00
Rob Garrison
55d19b3a95
Core & Filter: Add "entire column colspan" support. See #746 & #1047
2015-10-17 15:15:36 -05:00
Rob Garrison
c7d4395c85
Math: Include config parameter in math equations
...
Fixes javascript error
2015-10-17 10:05:55 -05:00
Rob Garrison
9c905bdc9c
Print: Add print delay; allows browser to render print preview
2015-10-17 09:37:56 -05:00
Rob Garrison
f242135db0
Print: Include css to hide filter rows. Fixes #1046
2015-10-17 09:36:37 -05:00
Rob Garrison
be69ff58a7
Math: Add math_none option
2015-10-14 21:20:49 -05:00
Rob Garrison
a1a202a4c6
Math: detach table prior to indexing all cells. See #1048
2015-10-14 20:46:42 -05:00
Rob Garrison
c317ded727
Core: use plain js to set index attr & remove unused variable. See #1048
2015-10-14 20:45:46 -05:00
Rob Garrison
23760ef2c3
Print: internal variable tweaks
2015-10-14 12:51:27 -05:00
Rob Garrison
1219e49d30
Output: do not include nested table headers with parent. Fixes #1040
2015-10-12 07:32:07 -05:00
Rob Garrison
575b92221a
Output: correct formatContent function comment
2015-10-09 11:08:56 -05:00
Rob Garrison
88ebaab37e
Docs: clarify use of pager ajaxUrl option & add link to UserFrosting
2015-10-08 12:00:07 -05:00
Rob Garrison
1c5c3415ad
Math: fix out-of-scope time variable
2015-10-06 21:06:25 -05:00
Rob Garrison
701ad94308
Merge branch 'LvLynx-master'
2015-10-06 20:55:51 -05:00
Rob Garrison
ab5258471d
Math: more tweaks for better compression
2015-10-06 20:54:07 -05:00
Rob Garrison
01442edbf2
Math: merge in #1027 & tweak changes
2015-10-06 20:54:01 -05:00
Rob Garrison
e2ffab45a0
Filter: encode/decode filters in case they end up in cookies. See #1026
2015-10-06 18:53:00 -05:00
Ansis Kļaviņš
a102380ca5
Update widget-math.js
...
Added optimization: there is no need to do calculations on rows which are already filtered.
Improved coding style to align it with rest of code.
2015-10-05 19:52:35 +03:00
Rob Garrison
fe7a366e25
Pager: clear tbody if no data returned by ajax. See #1032
2015-10-05 11:50:57 -05:00
Rob Garrison
0e9608139d
Grouping: prevent error if group_forceColumn
is improperly defined. See #1030
2015-10-05 10:42:40 -05:00
Rob G
502fea0f6d
Merge pull request #1029 from OmgImAlexis/master
...
mixed content fix
2015-10-05 08:03:54 -05:00
Alexis Tyler
b40d72a8ac
Fixes mixed content
2015-10-05 23:27:24 +10:30
Rob Garrison
a7135b8e1c
Bower: use correct theme name. Fixes #1028
2015-10-05 07:27:23 -05:00
Ansis Kļaviņš
0c7658893c
Update widget-math.js
...
Created new calculation type "below". It works just like "above" except in other direction starting from top to bottom.
2015-10-04 18:06:07 +03:00