Wayne
d2fbff70eb
fix(components): [table] row has rowspan when hover it only has background on the first row of this rowspan ( #15529 )
...
* fix(components): table
table row has rowspan when hover it only has background on the first row of this colspan
* fix(components): table
fixed when hover on a rowspan > 1 cell give the whole rows background
* fix(components): [table]
fixed hover on merged cell give the background of the whole rows
* Update events-helper.ts
import addClass removeClass
* Update events-helper.ts
fixed rowspan > 2 and data not enough
* fix(components): [table]
add test case for hover on rowspan > 2
* fix(components): [table]
use getTestData is better
* Update table.test.ts
use getTestData instead
* Update table.test.ts
change templete label prop
* fix(components): [table]
drop comments and clear hoveredCell array after use
* fix(components): [table]
when there is fixed row, hover on rowSpan > 1 should not clear the class
---------
Co-authored-by: dwaynewdong <dwaynewdong@tencent.com >
2024-02-04 21:41:05 +08:00
..
2022-11-01 21:52:16 +08:00
2023-10-15 13:16:50 +08:00
2024-01-16 22:31:28 +08:00
2022-11-24 22:56:01 +08:00
2023-06-03 06:58:56 +08:00
2022-11-27 22:35:13 +08:00
2023-07-22 23:19:33 +08:00
2023-11-18 16:47:34 +08:00
2023-06-15 01:10:36 +08:00
2023-11-06 19:29:22 +08:00
2024-02-03 14:03:41 +08:00
2023-08-24 17:34:24 +08:00
2024-01-16 22:32:09 +08:00
2024-02-02 09:22:42 +08:00
2024-01-16 16:35:57 +08:00
2023-03-01 13:59:21 +08:00
2024-01-15 03:24:50 +08:00
2023-12-14 19:22:14 +08:00
2022-05-30 10:27:16 +08:00
2023-10-11 14:13:59 +00:00
2023-04-18 23:30:01 +08:00
2022-11-21 21:37:14 +08:00
2022-12-12 10:42:48 +08:00
2023-12-25 10:50:10 +08:00
2023-10-11 10:28:46 -05:00
2024-01-25 15:03:34 +08:00
2023-02-14 22:31:33 +08:00
2024-01-31 14:20:22 +08:00
2024-01-16 22:31:55 +08:00
2023-04-29 21:09:32 +08:00
2023-07-22 08:48:01 +08:00
2023-12-31 09:39:31 +09:00
2022-11-21 20:44:50 +08:00
2024-01-15 14:34:26 +08:00
2024-01-15 14:34:26 +08:00
2024-02-03 12:10:23 +08:00
2024-01-15 17:06:54 +08:00
2024-02-04 11:06:39 +08:00
2023-12-30 19:41:38 +09:00
2024-01-07 08:02:39 +00:00
2024-01-31 15:32:31 +08:00
2022-05-21 12:14:13 +08:00
2022-05-21 12:14:13 +08:00
2024-01-01 15:04:39 +08:00
2024-01-26 10:20:08 +08:00
2023-05-26 11:52:59 +08:00
2023-03-08 23:12:17 +08:00
2023-05-16 09:10:03 +08:00
2023-12-13 09:54:27 +08:00
2023-03-10 14:50:35 +08:00
2023-04-06 22:16:59 +08:00
2023-10-01 00:58:27 -05:00
2023-06-28 20:30:31 +08:00
2023-08-15 21:44:21 +08:00
2023-11-27 16:27:16 +08:00
2023-04-29 17:44:17 +08:00
2022-07-26 23:01:07 +08:00
2023-07-22 19:53:30 +08:00
2023-10-12 09:29:00 -05:00
2024-01-31 10:40:05 +08:00
2024-01-26 10:19:35 +08:00
2023-05-01 15:10:21 +09:00
2023-12-03 22:17:50 +08:00
2022-08-13 14:43:00 +08:00
2024-01-19 14:55:05 +08:00
2022-12-12 10:42:48 +08:00
2023-05-29 20:17:36 +08:00
2022-05-13 16:55:10 +08:00
2023-12-09 10:16:05 +08:00
2024-02-04 21:41:05 +08:00
2022-03-08 14:03:32 +08:00
2023-12-05 15:08:08 +08:00
2024-02-02 15:24:13 +08:00
2024-02-02 09:22:42 +08:00
2023-09-20 17:07:50 +08:00
2023-10-13 11:26:54 +08:00
2023-11-11 21:47:08 +08:00
2024-01-10 11:14:58 +08:00
2023-04-30 10:07:15 +09:00
2023-08-03 20:15:57 +08:00
2023-03-01 13:59:21 +08:00
2024-02-03 12:10:23 +08:00
2023-12-27 14:49:11 +08:00
2023-08-24 12:08:12 +08:00
2024-02-02 15:06:43 +08:00
2024-02-04 17:58:48 +08:00
2023-08-14 12:49:36 +08:00
2024-02-01 14:38:36 +08:00
2023-06-25 09:29:10 +08:00
2022-06-15 21:51:15 +08:00
2023-12-04 19:40:32 +08:00
2023-12-27 14:49:11 +08:00
2022-04-09 04:32:01 +08:00