Commit Graph

355 Commits

Author SHA1 Message Date
hetech
fa7bdd42be Table: fix header table not display (#17341) 2019-10-31 15:17:48 +08:00
Cr
069d96a857 Table: fixed row-style with display not work (#17002) 2019-09-06 15:46:25 +08:00
hetech
90c5d74fd3
Table: fix table header height after filter (#17348) 2019-09-06 12:17:05 +08:00
hetech
3807b54ab2
Table: column header can be costumed (#17291) 2019-09-03 16:45:51 +08:00
hetech
70f6384257
Table: fix expand-row-keys not work when data is loaded asynchronously (#16899) 2019-08-29 13:15:59 +08:00
hetech
eddf85271e
Table: fix setCurrentRow unable to clear highlight row (#16879) 2019-08-29 11:29:02 +08:00
hetech
da7aec9ce9 Table: set toggleAllSelection as instance property (#17137) 2019-08-27 14:36:00 +08:00
Cr
c3a2d417f4 Table: not trigger sort-change event when mounted (#17113) 2019-08-27 10:31:33 +08:00
Inside
625b4e9262 Table: not throw error when calling toggleExpansion (#16304) 2019-08-22 19:50:42 +08:00
luckyCao
75f0eb81ab Table: fix chrome crash when set thead css display to none (#16956) 2019-08-14 10:52:47 +08:00
hetech
8b8a1a2e87 Table: fix wrong empty block height (#16861) 2019-08-08 14:49:25 +08:00
hetech
6105a75595 Table: prevent click handler after drag (#16850) 2019-08-01 18:35:28 +08:00
Zhi Cun
40946e1230 Table: Fix tree table when updating data (#16481) 2019-07-09 18:56:17 +08:00
Cr
72a715a33e Table: fix showOverflowTooltip not reactive (#16295) 2019-07-01 16:05:19 +08:00
hetech
4cf2337b82
Table: register scrollbar in filter-panel (#16246) 2019-07-01 15:52:22 +08:00
hetech
bb381c3944
Table: fix layout breaks when append slot exists (#16332) 2019-07-01 15:34:35 +08:00
bezany
ef719b9652 Table: fix sort icon (#15439) 2019-06-28 11:52:35 +08:00
hetech
6dd3f632a0 Table: fix reserve-selection not work (#16135)
* Table: fix reserve-selection not work

* fix
2019-06-25 16:57:30 +08:00
hetech
c570a59e23 Table: height accepts more units (#16013)
* Table: height accepts more units

* fix and update docs

* update
2019-06-24 15:18:58 +08:00
hetech
8f7e7a21c1 Table: fix current-row-key and select event bug (#15983) 2019-06-21 17:36:20 +08:00
hetech
f1240ed001 Table: fixed loading icon not display (#15868) 2019-06-21 17:36:20 +08:00
hetech
f6bab114e3 Table: add new features for Table and optimize code (#15709) 2019-05-30 19:33:30 +08:00
Joel Rocha
6da04982a6 Table: Fix sort-change behaviour when sort condition is null (#15010) (#15012) 2019-05-08 18:13:31 +08:00
hetech
792979b5b9
Table: improve performance (#14868) 2019-04-24 19:48:49 +08:00
Arthur Denner
9c620409fc Table: equal behaviour for height and max-height (#14660) 2019-04-24 18:32:56 +08:00
peanut
1967cd2b9e Table: not emit triggers sort-change during initialization (#14625) 2019-04-22 16:22:31 +08:00
hetech
9ac51576e6
Table: fix cell width when colspan is grater than 1 (#15196) 2019-04-22 13:19:20 +08:00
hetech
c6dbd286e1
Table: fix load bug in lazy mode (#15101) 2019-04-12 19:06:29 +08:00
hetech
b851242a5c
Table: defaultExpandAll works when expand column exists (#14935)
* Table: `defaultExpandAll` works when expand column exists

* fix
2019-04-02 15:26:46 +08:00
hetech
9def85be4a Table: add support tree structure data (#14632) 2019-03-27 16:13:21 +08:00
hetech
9f19298d1a
Table: footer follows body cell align (#14730) 2019-03-25 19:31:10 +08:00
riho
7b1d0e2aeb Table: make toggleAllSelection method an instance method(#14075) 2019-02-20 15:27:00 +08:00
HarlanLuo
a54802c71a Table: remove some html DOM operations (#13643) 2019-02-18 14:31:03 +08:00
Zhi Cun
f17533ab11
Timeline: add timeline component (#14248)
* Table: fix params order of row events (#12086)

* Timeline: add timeline component (#11736)

* Timeline: add timeline component

* Timeline: add timeline component

* Timeline: add test case

* Timeline: fix icon class

* Timeline: update docs

* Timeline: fix test case

* Timeline: remove pending attribute

* Timeline: fix docs

* Timeline: make reverse default to false

* Timline: fix test case

* Timeline: update element-ui.d.ts

* Timeline: optimize code
2019-02-01 17:13:08 +08:00
曹磊
cdb5d45dd7 Table: fixed show-summary issue when multilevel header has fixed attr(#13914) 2019-01-24 15:14:55 +08:00
cnjs
0011ee6af4 Table: enhanced table sorting when clicking on the arrow (#12890) 2018-11-28 15:46:53 +08:00
hetech
bf7bb4b6f5
Table: stop event propagation for checkbox (#13369) 2018-11-09 19:03:07 +08:00
Harlan
bcef4d9e35 Table: add resetFilter which can reset filter of a column (#13176)
* Table: clearFilter can clear the filters of specified columns

* optimize code and add resetFilter example in doc

* Table: Improve documentation of clearFilter
2018-11-02 11:40:36 +08:00
hetech
9c32f55892
Table: fix header scoped slot not accessing data (#13263) 2018-11-01 15:23:55 +08:00
Harlan
0d526b8371 Table: current row will set to the row which has the same row-key when data changes(#3023) (#13200) 2018-10-31 16:42:34 +08:00
rongxingsun
87baaad394 Table: not display tooltip when cell is empty (#13152)
* Update table-body.js

* Update table-body.js
2018-10-29 15:25:41 +08:00
hetech
cf42b5444e
Table: update Chinese doc (#13177) 2018-10-26 11:59:02 +08:00
Harlan
3a1ee202a4 Table: tooltip content prefer innerText instead of textContent (#13159) 2018-10-26 11:58:17 +08:00
Ivan Seidel
2bafed0acc Table: Adds header rendering slot (#13012)
* Table: Adds header rendering slot

Fixes #4909 and #4908

* Add translation to spanish

* Include render-header deprecation warning

* Add chinese translation and scoped slot description at bottom

* Fix documentation and warnings. Fix custom-header docs

* Fix redundant columns and cleanup example

* Prevent scopedSlot from working on selection column

* Typo
2018-10-26 11:16:56 +08:00
hetech
6b76896c40
Table: called render header in index column (#12914) 2018-09-28 17:44:54 +08:00
Jikkai Xiao
4c24ddaf8e
Table: fix table filter (#12539) 2018-08-29 18:45:56 +08:00
Jikkai Xiao
c5347b8064 Table: fix async filters (#12165) 2018-08-02 19:27:07 +08:00
Jikkai Xiao
4130f2af40 Table: add toggleAllSelection method (#12047) 2018-07-24 16:36:31 +08:00
Jikkai Xiao
f23e45b404 Table: allow filterable without filter-method (#12045) 2018-07-18 19:28:44 +08:00
Jikkai Xiao
ef4caa96cb
Table: support class-name when type=expand (#12006) 2018-07-16 17:10:43 +08:00