Commit Graph

65 Commits

Author SHA1 Message Date
msidolphin
627b1a941c fix: table selectable callback index incorrect issue (#2393) 2021-07-05 10:47:08 +08:00
Herrington Darkholme
a7df202724 fix: remove duplicate cell-contextmenu (#2426)
duplicate commits
2021-07-03 19:04:27 +08:00
msidolphin
dae1d88e51 fix: warning in console when cell-contextmenu triggered (#2404) 2021-07-02 19:18:42 +08:00
0song
90ebffbcb1 fix(table): add cell-contextmenu emit event (#2074) 2021-07-02 19:18:00 +08:00
msidolphin
012c432816 fix: table-column rendered other component in hidden-columns (#2401) 2021-07-02 19:14:39 +08:00
ioslh
e1b5a85127 fix(table): empty data render bug 2021-07-02 19:00:59 +08:00
yangyu8
9bce9ea2e7 fix: table index error issue (#1919) 2021-06-19 19:56:16 +08:00
yangyu8
e46e29c37f fix: ElTable index calculation issue (#2143) 2021-06-12 17:15:35 +08:00
Herrington Darkholme
0287d1a2b6 Fix/table test (#2229)
* fix(table): remove unnecessary test lib

we can safely use jest.fn

* fix(build): cleanup unused deps
2021-06-12 17:10:24 +08:00
msidolphin
6cde2408f7 fix: hot reload (#2077) (#2097)
Co-authored-by: yangyu8 <yangyu8@kingsoft.com>
2021-05-31 14:06:25 +08:00
ioslh
116f5294f7 fix: v-if patch bug on el-table-column (#1988) 2021-05-21 15:54:39 +08:00
justwiner
9b9eb65d44 fix(table): fix #1919 (#1983)
fix #1919

Co-authored-by: winerlu <winerlu@tencent.com>
2021-05-21 14:54:36 +08:00
justwiner
6e23b46289 refactor(table): refactored the type definition of table (#1997)
Co-authored-by: winerlu <winerlu@tencent.com>
2021-05-13 17:55:04 +08:00
Zong
f3b9ebf571 fix: use more reasonable type inference (#1963)
Use 'hasOwn' instead of 'hasOwnProperty' to complete more reasonable type inference and avoid possible bugs in the prototype chain.
2021-05-09 10:46:11 +08:00
kiloc
42ed6abbdf fix(table): fixed checkbox not trigger oninput events in older browsers (#1945)
Co-authored-by: LAPTOP-IUOG0Q5G\chenq <chenqiang0620@gmail.com>
2021-05-09 10:45:51 +08:00
kooriookami
cb29649c7f fix(table): fix variable spelling (#1837) 2021-04-14 11:47:37 +08:00
jeremywu
cc988f9ac1 fix(table): fix table column rerendered whenever table updates
- Fix table column rerendered whenever table updates
2021-04-14 11:21:04 +08:00
xiejiahe
ee7e9c0a00 fix(talbe): null check error (#1807) 2021-04-13 10:31:38 +08:00
justwiner
44fbd9f39f fix(table): fix: fix bug of table crash under complex data (#1805)
fix #1733

Co-authored-by: winerlu <winerlu@tencent.com>
2021-04-11 21:01:01 +08:00
justwiner
270a4f96ad fix(table): fix: page resize event not monitor (#1790)
Monitor the page size change event, update the table layout

fix #1691

Co-authored-by: winerlu <winerlu@tencent.com>
2021-04-11 20:58:13 +08:00
justwiner
ed3062d97d fix(table): the current row render flashing when expanding line toggle (#1654)
Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-27 19:12:10 +08:00
justwiner
f8d5bd9270 fix(table): fix #1653 (#1665)
Fix table can not correctly calculate bug of cell width after sorting or filtering

fix #1653

Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-26 15:13:02 +08:00
justwiner
6822cafda8 fix(table): fix bug caused by dynamic rendering (#1640)
fix #1626

Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-22 09:22:35 +08:00
justwiner
8ea4c16e34 fix(table): fix bug in render column structure (#1664)
Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-22 09:14:21 +08:00
justwiner
8b84f834dd fix(table): fix the bug that cannot watch data (#1612)
fix #1606

Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-11 20:32:01 +08:00
justwiner
08266d6d1d fix(table): fix #1572 (#1592)
fix #1572

Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-09 20:23:58 +08:00
justwiner
11b7b6c1c6 fix(table): fix #1591 (#1593)
fix #1591

Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-09 20:22:07 +08:00
justwiner
27c74347a2 style(table): delete invalid code (#1596)
Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-09 20:20:25 +08:00
justwiner
6d9eedd628 fix(table): fix table column resize not work (#1567)
fix #1548

Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-04 19:24:09 +08:00
BeADre
e2d1b36dc9 fix(table): fix the bug of invalid tooltipEffect prop (#1470) 2021-02-26 20:35:29 +08:00
justwiner
41b27b143a fix(table): fix column default rendering errors (#1433)
When rendering columns by default, default parameters should not be provided. Default parameters
cannot be passed in as props of other components, which will cause other components to report errors

fix #1232

Co-authored-by: winerlu <winerlu@tencent.com>
2021-02-26 20:18:37 +08:00
justwiner
789581edf3 fix(table): fix shadow rendering bug of initializing fixed columns (#1418)
fix #1353

Co-authored-by: winerlu <winerlu@tencent.com>
2021-02-05 14:46:31 +08:00
justwiner
358559e2cf fix(table): fix that the column width is calculated incorrectly (#1381)
Fix the bug that the column width is calculated incorrectly when dragging the header

fix #1355

Co-authored-by: winerlu <winerlu@tencent.com>
2021-02-01 21:42:20 +08:00
justwiner
c3e54a3496 fix(table): fix column insertion disorder (#1329)
fix #1285

Co-authored-by: winerlu <winerlu@tencent.com>
2021-01-28 00:24:50 +08:00
BeADre
6dd25da619 fix(table): remove tooltip when the component destroyed (#1245) 2021-01-27 15:25:55 +08:00
justwiner
80de9fc5e1 fix(table): fix fixed table height error when no data(#1332)
fix #1325

Co-authored-by: winerlu <winerlu@tencent.com>
2021-01-24 16:44:26 +08:00
justwiner
50525d5e5a fix(table): fix header checkbox can be triggered when disabled(#1333)
When the checkbox of the header is disabled, the select all cannot be triggered

fix #1307

Co-authored-by: winerlu <winerlu@tencent.com>
2021-01-24 16:30:57 +08:00
justwiner
ac068f6539 fix(table): repair table column width calculation abnormal (#1334)
fix #1330

Co-authored-by: winerlu <winerlu@tencent.com>
2021-01-24 16:23:51 +08:00
justwiner
9a4beb0105 fix(table): when the data changes, the table does not update the layout (#1315) 2021-01-20 15:29:51 +08:00
justwiner
b85758912a fix(table): fix bug of table-column property watching (#1309) 2021-01-20 15:28:34 +08:00
winerlu
10f93cf70d fix(table): fix column insertion disorder BUG
fix #1285
2021-01-16 07:25:25 -06:00
Ryan2128
a95765983f fix(table): fix table migrate error (#1294) 2021-01-16 13:29:12 +08:00
justwiner
d54abc800a fix(table): when the data changes, the layout is not updated (#1059)
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-31 10:43:12 +08:00
bastarder
c77e773044 Fix/scrollbar (#1123)
* fix(select):  fix select scrollbar bug

* fix(table): fix table filter pane scroll bug

* fix(cascader): fix cascader pane scroll bug

Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-31 10:41:50 +08:00
justwiner
f984990ec0 fix(table): fix: #1051 (#1062)
Fix: the bug of column configuration was not deleted when the column component was unloaded

fix #1051

Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-23 16:59:31 +08:00
justwiner
bc3ad86438 fix(table): setting z-index for table popper (#1078)
fix #1073

Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-22 16:51:09 +08:00
justwiner
1bc545bdb1 fix(table): get global config (#999)
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-17 16:50:19 +08:00
kooriookami
a32ac6a3ad fix(table): fix table filter-panel style (#943) 2020-12-15 14:15:21 +08:00
hangzou
eb24622055 fix: fix some components import type (#959) 2020-12-11 15:37:09 +08:00
justwiner
6877d76d99 fix(table): ts error (#863)
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-07 10:36:37 +08:00