Gabor Gyorvari
b73162d0c0
Fix resizable widget bindings after tablesorter updateAll event
...
After updating tablesorter with updateAll event it will reinitalize all widget, but resizable initalized only once internally and there after it was not possible to change columns widths.
2015-11-04 19:05:17 +01:00
Rob Garrison
9bfde43c8f
version bump
2015-11-02 10:50:31 -06:00
Rob Garrison
66aede3654
Group: add optimizations from pull #830
2015-11-02 01:21:29 -06:00
Rob Garrison
b2ae0d194d
Print: rows option now accepts custom css selectors
2015-11-01 12:06:39 -06:00
Rob Garrison
52ec39464a
Sort2Hash: Remove history push state
2015-10-31 11:37:55 -05:00
Rob Garrison
1d813bd766
version bump
2015-10-31 11:06:09 -05:00
Rob Garrison
b31f786caa
Sort2Hash: update to include pager & filter parameters
2015-10-31 10:20:14 -05:00
Rob Garrison
e7988cf5a8
Pager: parse page size updates
2015-10-30 17:02:04 -05:00
Rob Garrison
cd45d21204
View: fix jscs reported issues
2015-10-30 15:29:13 -05:00
Rob Garrison
e882688936
ColumnSelector: fix jscs reported issues
2015-10-30 15:28:32 -05:00
Rob Garrison
9da745bf5b
Pager: parse page number to prevent user seeing NaN
2015-10-30 15:25:38 -05:00
Rob Garrison
cf542ac75f
Group: Update header in pager with removeRows:true
. Fixes #1035
2015-10-28 15:48:16 -05:00
Rob Garrison
4853615569
Scroller: adjust code for insane (OCD) people
2015-10-28 15:22:32 -05:00
Justin F. Hallett
276f3fb650
Fix curlies for grunt and sane poeple
2015-10-28 14:17:29 -06:00
fire-wally
53de5b83e0
Fix scroller_barWidth issue on iOS
...
This change fixes an issue where the last column header gets cut off on MobileSafari (possibly other mobile browsers?).
MobileSafari doesn't allocate horizontal space for the vertical scollbar of vertically-scrolling regions, so the getBarWidth() function correctly returns 0 on iOS. The previous expression of (tsScroller.getBarWidth() || 15) incorrectly evaluates that 0 as "falsy" and sets scroller_barSetWidth to 15, which cuts off the last column header. This change explicitly tests for a null result from tsScroller.getBarWidth() and only applies 15px in that case
I also expanded that section of code a little bit and modified the comment to make it more clear what's going on
2015-10-28 14:33:44 -05:00
Rob Garrison
94c2ce700a
Pager: destroyPager reveals all rows. Fixes #1055
...
Partial reversion of 285cef1e70
2015-10-27 17:31:50 -05:00
Rob Garrison
2ca475ab8a
ColumnSelector: Extra rows & colspans now supported in thead & tfoot. Fixes #501
2015-10-27 11:45:43 -05:00
Rob Garrison
e5a9de1896
Filter: prevent error in formatterUpdated. Fixes #1056
2015-10-27 07:24:00 -05:00
Rob Garrison
093ba477ce
View: cleanup & merge
2015-10-26 12:16:52 -05: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
2409e830b6
Core & headerTitles: internalize sort counter & fix spanned sorts
2015-10-21 11:03:14 -05:00
Rob Garrison
d50f561969
Chart: fix chart_layout column indexing
2015-10-19 22:09:59 -05:00
Rob Garrison
9d7f0fb26c
ColumnSelector: Add mediaqueryHidden option. Resolves #964
2015-10-19 11:49:21 -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
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
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
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
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
Rob Garrison
40dcaace25
version bump
2015-10-04 09:26:07 -05:00
Rob Garrison
2f3217fe80
Filter: select includes child rows when filter_childByColumn is set
2015-10-04 09:06:34 -05:00
Mottie
285cef1e70
Pager: prevent hiding child rows when disabling or destroying pager. See #1020
2015-09-25 12:18:21 -05:00