Commit Graph

653 Commits

Author SHA1 Message Date
Stephen Zeng
53b84c31fe Grouping: Fixing self closing icon tags to support jQuery 3.5 2020-08-13 06:29:15 -05:00
Rob Garrison
7202d5faf8 2.31.3 2020-03-03 07:46:03 -06:00
Rob Garrison
07d7c71780 Core: Cache parsed value in colspan. Fixes #1708 2020-03-03 05:52:06 -06:00
Rob Garrison
6a32e5acc2 2.31.2 2019-12-01 07:49:52 -06:00
Rob Garrison
fa56764ad5 2.31.1 2018-11-20 15:54:28 -06:00
Rob Garrison
d7372ef9e0 Core: Store sortList on init. Fixes #1585 2018-09-10 18:28:47 -05:00
Rob Garrison
9d53e3b35b 2.31.0 2018-08-27 11:34:23 -05:00
Rob Garrison
90f7326819 2.30.7 2018-07-10 08:32:19 -05:00
Rob Garrison
f061f107b6 Core: Ensure sort parameters are defined. Fixes #1566 2018-07-10 08:07:12 -05:00
Rob Garrison
1f37cbae33 Core: Add data-sortedBy to headers. See #1558 2018-06-19 08:08:03 -05:00
Rob Garrison
6dbe7ed3fe 2.30.6 2018-06-16 15:54:51 -05:00
Rob Garrison
a3e6b9d55e 2.30.5 2018-05-28 15:18:32 -05:00
Rob Garrison
213747fc6b Core: Ignore clicks on disabled colspan headers. Fixes #1550
Changes related to #1524
2018-05-28 15:15:07 -05:00
Rob Garrison
ec0ed84277 2.30.4 2018-05-16 18:54:05 -05:00
Rob Garrison
ce0405b2fb Core: Use table cell, not jQuery object to disable sort
Bug introduced in v2.30.3 (38b4c8d9d5)
Reported on Stack Overflow
2018-05-16 18:46:35 -05:00
Rob Garrison
e5592a7101 2.30.3 2018-04-30 16:54:48 -05:00
Rob Garrison
38b4c8d9d5 Core: Use indexed headers. Fixes #1524 2018-04-30 16:23:17 -05:00
Rob Garrison
5e4ab3b843 2.30.2 2018-04-26 15:25:54 -05:00
Rob Garrison
2b5812e308 Global: Use local $ inside IIFE. Fixes #1542 2018-04-19 10:02:45 -05:00
Rob Garrison
200fcacb3b Core: Allow passing headers from multiple rows. See #1116 2018-04-11 19:37:57 -05:00
Rob Garrison
c74a34b070 2.30.1 2018-03-19 07:17:24 -05:00
Rob Garrison
745229d7ff Core: Only validate options while debugging. Closes #1528 2018-03-19 06:25:50 -05:00
Rob Garrison
8b1ba542db 2.30.0 2018-03-18 09:25:52 -05:00
Rob Garrison
17a8b2dd63 Core & pager: Change pager removeRows check. Closes #1525 & #1466 2018-03-18 09:22:16 -05:00
Rob Garrison
7b15ec99c5 Core: Debug components separately 2018-03-18 09:22:16 -05:00
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