Commit Graph

310 Commits

Author SHA1 Message Date
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
Jikkai Xiao
45241cbaa8
Table: changing current-row-key when current-row-key is assigned to null (#11866) 2018-07-05 11:09:16 +08:00
Jikkai Xiao
b6eaaf6943
Table: disable filter when filters is an empty array (#11864) 2018-07-05 11:03:52 +08:00
杨奕
61756c5bd5 Table: update getRowClass (#11839)
* Table: setCurrentRow only when highlight-current-row is true

* Table: trigger current-change

* Table: update getRowClass
2018-07-03 15:44:28 +08:00
Jikkai Xiao
97a72d3af6
Table: fix highlightCurrentRow regression (#11691) 2018-06-21 16:14:06 +08:00
Jikkai Xiao
25ffe8c97e Table: fix class-name & label-class-name prop not reactive (#11626) 2018-06-14 17:07:00 +08:00
杨奕
e58cffaaa1
Table: fix highlightCurrentRow regression (#11563) 2018-06-10 20:44:59 +08:00
Jikkai Xiao
2b9be3c0fb Table: improve performance of summary-method (#11521) 2018-06-07 11:37:26 +08:00
hetech
465dcf2a19 Chore: retire lerna and remove redundant files (#11493)
* Chore: retire lerna and delete redundant files

* Chore: update Makefile
2018-06-05 19:27:13 +08:00
Jikkai Xiao
8c1b4d827d Table: retain currently selected row when expanding row (#11464) 2018-06-04 11:34:37 +08:00
Jikkai Xiao
b726aa0265 Table: retain currently selected row when sorting the table. (#11348) 2018-05-25 17:47:27 +08:00
Jikkai Xiao
f18bbeb473 Table: support manually sorting. Resolves #9495 (#11311)
* Table: support manually sorting. Resolves #9495

* Table: add parameters for sort api

* Docs: improve docs
2018-05-24 18:01:02 +08:00
Jikkai Xiao
df7bbe2ba4 Table: fix oversized filter list. Resolves #11314 (#11320) 2018-05-24 11:57:42 +08:00
杨奕
0b2a1eb784 Table: add sort-orders (#11283) 2018-05-22 18:20:04 +08:00
杨奕
696beba0b9
Table: showOverflowTooltip compatibility with IE11 (#11225) 2018-05-18 13:18:22 +08:00
刘昆
c6e9cdac88 Table: update expandRows when setData (#11186)
* Table: update expandRows when setData.

Fix a bug that after set new table data, the expanded cells will not
be able to unexpand.

* Update table-store.js
2018-05-16 18:15:45 +08:00
杨奕
6289144d84
Table: optimize tooltip logic (#11137) 2018-05-13 11:47:19 +08:00
杨奕
f4d2f14788
Table: use Range to determine text overflow (#11124) 2018-05-11 18:09:28 +08:00
杨奕
1ff01a77f9
Table: fix an undefined issue in ssr (#11109) 2018-05-10 17:03:03 +08:00
杨奕
8d6a2a4555
Table: update columns width after filter (#10834) 2018-04-23 11:48:11 +08:00
杨奕
583439a4be
Table: add $index as formatter's param (#10645) 2018-04-10 16:15:09 +08:00
Harlan
5b41b1a789 Table: update resizeState when updateColumnsWidth (#10338) 2018-04-09 09:58:36 +08:00
杨奕
3c8a6e8e30
Table: fix filter panel reference element to the trigger span (#10384) 2018-03-27 15:01:57 +08:00
杨奕
1449bfc0b9
Table: filter-panel should hide when new one shows (#10373) 2018-03-27 10:11:59 +08:00
杨奕
d479ea9789
Table: fix wrapper width of fixed table (#10291) 2018-03-22 11:40:36 +08:00
杨奕
38e9b6eca6
Table: update column width before updating height (#10236) 2018-03-19 18:21:11 +08:00
syn-zeta
e36d57ac1d Table: Add selectOnIndeterminate prop to control master checkbox behavior (#9924) 2018-03-16 19:00:28 +08:00
Harlan
a848b26495 Table: fix column formatter not changed when new formatter is set (#10184) 2018-03-16 11:04:44 +08:00
杨奕
c48a69c947
Table: added scss variable $--table-border-color (#10179) 2018-03-15 11:43:38 +08:00
FuryBean
9f09bd3b57 Table: fix fixed column style on safari (#10130) 2018-03-13 10:36:15 +08:00
杨奕
74eaaf7eca
Table: shouldUpdateHeight should be true when maxHeight is set (#10034) 2018-03-06 18:28:44 +08:00
杨奕
da2c87a03d Table: calc layout after row expansion changes (#9848) 2018-02-26 16:13:33 +08:00
杨奕
6dbbee35e6
Table: fix js pending in ssr (#9876) 2018-02-24 13:13:05 +08:00
杨奕
fa116490e3
Chore: update .eslintignore (#9694) 2018-02-06 17:08:08 +08:00
FuryBean
580aaaa3f9 fix table will crash when initial columns is empty (#9666) 2018-02-05 19:22:24 +08:00
FuryBean
f255c8786e Table: fix summary row drifting when horizontal scrollbar exists (#9667) 2018-02-05 19:14:20 +08:00
FuryBean
e129447126 Table: fix do layout in some conditions (#9668) 2018-02-05 19:11:06 +08:00
杨奕
471b8ff4cf
Table: initial value of height can be 0 (#9660) 2018-02-05 11:31:08 +08:00
杨奕
645b30f1c7
Table: stop expansion click from bubbling (#9654) 2018-02-04 15:25:04 +08:00
杨奕
896cbb6323
Table: update selection isAllSelected (#9634) 2018-02-03 16:08:13 +08:00
FuryBean
ab2f3830d6 Table: extend height prop usage (#9575) 2018-01-31 13:32:01 +08:00
FuryBean
9b9384214b Table: improve performance (#9426)
* improve table render time in some condition

* Update table.vue
2018-01-30 20:37:23 +08:00
FuryBean
b27f340561 Table: change argument selection to cloned array in selection-change event (#9551) 2018-01-30 20:13:35 +08:00
杨奕
ba284c72d7
Table: add disabled state to multiple selection header checkbox (#9543) 2018-01-30 12:02:20 +08:00
syn-zeta
ca02cb9cd3 Table: add indeterminate state to multiple selection header checkbox (#9363)
* Table: Add indeterminate and disabled state to multiple selection header checkbox

* Remove disabled state handling of select-all checkbox
2018-01-30 10:36:36 +08:00
Pyae Hein
d5c135730a Added contextmenu event for column header (#9475) 2018-01-29 18:42:05 +08:00