Commit Graph

616 Commits

Author SHA1 Message Date
Rob Garrison
f1aa6745e5 Core: Clarify warning message 2017-09-10 15:08:55 -05:00
Rob Garrison
8c2f14b8fd Core: Add "widgetRemoveEnd" event. Fixes #1430 2017-08-26 20:16:53 -05:00
Rob Garrison
c108de305c Core: Include callback method for "applyWidgets" 2017-08-26 20:16:52 -05:00
Rob Garrison
c1c55c5688 v2.28.15 2017-07-04 12:56:45 -05:00
Rob Garrison
6eaaf23489 Core: Fix check count cell indexing 2017-07-04 11:58:19 -05:00
ced-b
c3fdce97aa Fix accidental change of comment 2017-07-02 16:14:29 -05:00
ced-b
6beda6a7ba Use calculated index instead of DOM index
There seems to be a scenario when there are multiple `thead` entries in a table where some versions of Firefox (around 47) return -1 for `cell.parentNode.rowIndex`, which winds up with the whole top part being laid out wrongly.

However, I looked this over and did not see any reason why not to use the calculated `i` for the row index instead.
2017-07-02 16:14:29 -05:00
Rob Garrison
d398c91f0f v2.28.14 2017-06-08 19:26:53 -05:00
Rob Garrison
23c94a726d Core: Show console error for mismatched column count. See #1415 2017-06-07 22:38:57 -05:00
Rob Garrison
8dbd34ece6 v2.28.13 2017-06-02 17:49:41 -05:00
Rob Garrison
086f4ad89c Core: coerce sort natural elements into strings. See #1415 2017-06-02 10:58:36 -05:00
Rob Garrison
ca16c8c232 Core: Add cssIconDisabled option. See #1409 2017-05-31 14:00:05 -05:00
Rob Garrison
c77d7b2d6e v2.28.12 2017-05-26 15:11:58 -05:00
Rob Garrison
e3227a7af0 v2.28.11 2017-05-24 18:53:44 -05:00
Rob Garrison
7f082fa019 v2.28.10 2017-05-16 15:33:15 -05:00
Rob Garrison
cbb37f8b3f Core: Add namespace classname to table 2017-05-16 14:15:11 -05:00
Rob Garrison
96ad9d0130 Core: disable updateCell for child rows
Add warning & note to fix :(
2017-05-12 07:13:07 -05:00
Rob Garrison
48a327d6f6 v2.28.9 2017-05-03 17:22:27 -05:00
Rob Garrison
5e6c926d6b Core: Fix widget option changes across multiple tables
Seen in the second table of the math page demo with the
`math_ignore` option
2017-05-03 17:06:24 -05:00
Rob Garrison
72b45976d8 v2.28.8 2017-04-18 19:50:08 -05:00
Andy Sleigh
1b87904fe7 Fixed updateCell child row handling
cache[ c.columns ].$row doesnt need to be updated in updateCell.
2017-04-12 11:34:27 -05:00
Andy Sleigh
e44c239a81 Fixed updateCell to work correctly with child rows 2017-04-12 11:34:27 -05:00
Rob Garrison
b80d402fc3 v2.28.7 2017-04-04 05:16:26 -05:00
Rob Garrison
f006d8aa5f v2.28.6 2017-04-02 06:34:02 -05:00
Rob Garrison
196bfd2d11 Core: applyWidget callback occurs after "tablesorter-ready" 2017-04-02 06:34:01 -05:00
Rob Garrison
440b3f01cb Core: Update widgets after sortReset. Fixes #1361 2017-04-02 06:33:49 -05:00
Rob Garrison
468222e493 Core: add fix it (in Abelt) note for #1362 2017-03-18 12:41:01 -05:00
Rob Garrison
c91ceeb5b1 Core: update column count after reset 2017-03-15 11:57:18 -05:00
Rob Garrison
0e2235fabc Core: Fix method of saving default widgetOptions. See #1356 2017-03-14 16:53:46 -05:00
Rob Garrison
98ae457aec Core: Prevent overwriting default widgetOptions. Fixes #1356 2017-03-07 05:23:03 -06:00
Rob Garrison
88d3e00c5e v2.28.5 2017-01-28 13:50:22 -06:00
Rob Garrison
97784fac29 v2.28.4 2017-01-06 20:56:05 -06:00
Rob Garrison
09e5010be1 version bump 2016-12-16 04:30:38 -06:00
Rob Garrison
85b8a9e481 version bump 2016-12-08 07:48:07 -06:00
Rob Garrison
920dd01baa Fix lint issues & version bump 2016-11-26 19:40:00 -06:00
Rob Garrison
5a6d0ae3cb Core: Fix option validator issues 2016-11-26 19:31:42 -06:00
Rob Garrison
b093f5af60 Core: maintain original settings on resetToLoadState 2016-11-26 18:43:07 -06:00
Rob Garrison
4ae7ce24d8 Core: Add option validator. Fixes #1319 2016-11-26 11:06:30 -06:00
Rob Garrison
f149719022 Core: include extra headers when adding unsorted class. Fixes #1306 2016-11-24 07:36:01 -06:00
Rob Garrison
b0c643e85c Core: return value from getColumnData if not an object 2016-11-18 04:59:59 -06:00
Rob Garrison
d73e9513e0 version bump 2016-09-28 21:12:04 -05:00
Rob Garrison
7ffa3f2785 Core: minor code cleanup 2016-09-25 20:35:29 -05:00
Rob Garrison
570d3c0c30 version bump & misc cleanup 2016-09-23 11:45:10 -05:00
Rob Garrison
1710f5c25b Core: Remove space from debug message 2016-09-06 07:29:53 -05:00
Rob Garrison
7610c19813
Core: Include version in the log 2016-09-05 12:16:24 -05:00
Rob Garrison
847b6676f4
version bump 2016-09-01 11:46:28 -05:00
Rob Garrison
e33a07db95
Core: textSorter now accepts class names 2016-08-31 21:40:57 -05:00
Rob Garrison
27a931e785
version bump 2016-08-22 10:41:07 -05:00
Rob Garrison
9aebc10050
version bump 2016-08-18 14:43:50 -05:00
Rob Garrison
fca6ef2652
verion bump 2016-08-17 12:48:51 -05:00