Rob Garrison
03eeb2e819
Global: Add editor eslint & fix issues
2018-03-18 09:18:20 -05:00
Rob Garrison
e542aebf1c
2.29.6
2018-02-25 13:04:11 -06:00
Rob Garrison
361a0d89f5
2.29.5
2018-01-30 17:52:36 -06:00
Rob Garrison
bf7339036c
2.29.4
2018-01-18 17:30:03 -06:00
Rob Garrison
5317ddfaab
2.29.3
2018-01-10 16:18:04 -06:00
Rob Garrison
23a0750504
2.29.2
2017-12-13 15:25:47 -06:00
Rob Garrison
a225a40378
2.29.1
2017-12-13 15:17:51 -06:00
Rob Garrison
9a676efeeb
Core: remove empty block
2017-11-25 17:52:14 -06:00
Rob Garrison
85d5cdcb18
Core: Update external header icons on sort. Fixes #1483
2017-11-25 17:50:20 -06:00
Rob Garrison
b5dc8f2a3e
Core: Fix non-typical use of selectorHeaders. See #1459
2017-10-18 06:41:21 -05:00
Rob Garrison
b6647faba5
2.29.0
2017-09-27 21:09:50 -05:00
Rob Garrison
ea5c242f04
Core: Target header cells for data-column. Fixes #1459
2017-09-18 21:48:00 -05:00
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