Commit Graph

41 Commits

Author SHA1 Message Date
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
justwiner
88ad652172 fix(table): avoiding the error of el-table-column rendering (#828)
fix #793

Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-07 10:35:42 +08:00
jeremywu
2280dd5c5e fix(project): fix/exporting-fix-for-volar (#849)
- Using `defineComponent` to wrap component up for Volar support, this should close #841
- Also made changes for some typing
- Removed `merge.ts` since `Object.assign` are now supported natively
2020-12-06 23:52:47 +08:00
justwiner
a798508fff fix(table): complete show-overflow-tooltip (#736)
* feat(table): complete show-overflow-tooltip

* fix(table): use $index instead of index_

fix #726

Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-12-03 22:32:31 +08:00
Simona
8f084d0e08 fix: destructing import from lodash cause dist too large in esm version (#788) 2020-12-02 18:14:33 +08:00
zazzaz
53dfce0903 chore: update type 2020-11-26 23:26:03 +08:00
zazzaz
b1bdb6de8b build: add type (#685)
* build: add type

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update
2020-11-26 23:09:31 +08:00
justwiner
8a64310e3f fix(table): fix the filter panel is covered (#601)
Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-11-23 16:37:11 +08:00
zazzaz
b19d2fc374 fix: correct bundle export (#630)
* fix: correct bundle export

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update
2020-11-20 20:24:16 +08:00
zazzaz
6b69d0a457 build: fix build bundle (#545)
* chore: update

* chore: update
2020-11-05 19:11:04 +08:00
justwiner
66746333cb fix(table): fix the filter panel of the table (#509) 2020-10-30 11:28:45 +08:00
justwiner
498f327e0f fix(table): issue: #505 (#508)
fix #505
2020-10-30 11:27:56 +08:00
bastarder
aea6f4204f fix: export component 2020-10-29 19:37:18 +08:00
zazzaz
2343ab1d90 fix: fix table type 2020-10-21 11:40:08 +08:00
zazzaz
ceae92fe7c fix: fix table tooltip (#438) 2020-10-20 11:47:02 +08:00
justwiner
2985a71751 feat(table): table (#407)
Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-10-20 10:31:47 +08:00