hetech
3807b54ab2
Table: column header can be costumed ( #17291 )
2019-09-03 16:45:51 +08:00
Cr
72a715a33e
Table: fix showOverflowTooltip not reactive ( #16295 )
2019-07-01 16:05:19 +08:00
hetech
f6bab114e3
Table: add new features for Table and optimize code ( #15709 )
2019-05-30 19:33:30 +08:00
hetech
9def85be4a
Table: add support tree structure data ( #14632 )
2019-03-27 16:13:21 +08:00
hetech
9c32f55892
Table: fix header scoped slot not accessing data ( #13263 )
2018-11-01 15:23:55 +08:00
hetech
cf42b5444e
Table: update Chinese doc ( #13177 )
2018-10-26 11:59:02 +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
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
b6eaaf6943
Table: disable filter when filters is an empty array ( #11864 )
2018-07-05 11:03:52 +08:00
Jikkai Xiao
25ffe8c97e
Table: fix class-name & label-class-name prop not reactive ( #11626 )
2018-06-14 17:07:00 +08:00
杨奕
0b2a1eb784
Table: add sort-orders ( #11283 )
2018-05-22 18:20:04 +08:00
杨奕
583439a4be
Table: add $index as formatter's param ( #10645 )
2018-04-10 16:15:09 +08:00
Harlan
a848b26495
Table: fix column formatter not changed when new formatter is set ( #10184 )
2018-03-16 11:04:44 +08:00
杨奕
645b30f1c7
Table: stop expansion click from bubbling ( #9654 )
2018-02-04 15:25:04 +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
杨奕
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
FuryBean
fceaa74de6
Table: checkbox selection not trigger row-click event ( #9467 )
2018-01-26 11:13:47 +08:00
xiong hanbiao
d641360605
Table: fix multi-header remove column ( #9377 )
2018-01-22 14:51:08 +08:00
FuryBean
990df4ed5b
Table: fix table column width bug in safari & hide shadow of fixed when scrollX is false ( #9327 )
2018-01-18 17:17:40 +08:00
cinwell.li
be3dcbfc4c
chore: update ESLint ( #9124 )
...
* chore: update ESLint
* chore: update eslint ignore
2018-01-05 16:53:02 +08:00
Clark Du
1ad4b89ce2
refactor: fix some code issues ( #6945 )
...
* Table: remove condition due to rows has been accessed prior
* Table: change el-tooltip style to object
Signed-off-by: Clark Du <clark.duxin@gmail.com>
2018-01-04 16:00:47 +08:00
xifeiwu
13855f6c65
fix: the width prop of el-table-column is invalid when it is 0 ( #8861 )
...
* fix: the width prop of el-table-column is invalid when it is 0
* Update table-column.js
2017-12-17 18:20:00 +08:00
hejinming
0e478016be
Table: fix table-column order disorder when made the assembly again
2017-12-12 11:47:40 +08:00
Leopoldthecoder
ace0d05791
Table: expand column supports label
2017-11-27 18:35:49 +08:00
wangfengming
7074a247f4
Table: support sort-by
2017-10-31 11:35:40 +08:00
Cyril Su
25e8503d65
Carbon: Table add features and fix bugs ( #7682 )
...
* Table: Fix error in calculate `totalFlexWidth`
* Table: Fix error in caculate `scrollX`
* Table: Watch `max-height` change
* Table: Change `toggleRowExpanded`
* Table: Support `obj[key]`
* Table: Update docs for `toggleRowExpanded`
* Table: Add style and class control for every row and cell
* Table: Add `migrating` mixin for `expand`
* Table: Update test spec
* Table: Add `index` in `table-column` for custom index
2017-10-25 02:35:12 -05:00
lirilsu
0ca040fb42
Table: Render `default` slot in `table-column` to get a correct `columnRows`
2017-10-20 02:19:45 -05:00
lirilsu
f347657651
Table: Table: Remove render default in `table-column`
2017-10-20 02:19:45 -05:00
Leopoldthecoder
a35ab0bb03
Autocomplete: support scoped slot as custom template
2017-09-25 06:44:03 -05:00
Leopoldthecoder
40a873e93e
Select: add value-key
2017-07-20 12:37:04 +08:00
helondeng
92d6008802
Table: add value as formatter parameter ( #5709 )
...
* 添加接口计算原来的列值
* export old value of column in formatter function
* Update table-column.js
* Update table-column.js
2017-07-15 17:00:36 +08:00
任侠
b269c22bba
table: set width for each td>div.cell.el-tooltip element(#2198,#3128)
2017-05-05 08:06:02 +08:00
white.wang
324f541c76
Table: Add filter-placement for table filter Popper; If the column is too wide, the popper's position will be improper;
...
https://jsfiddle.net/whitewang/obpsLcva/7/
2017-05-03 14:24:31 +08:00
杨奕
349894d107
Table: add summary row, fixed #1307 , fixed #4451 ( #4484 )
2017-04-28 15:53:39 +08:00
Leopoldthecoder
45043754df
update dependencies
2017-04-28 14:09:25 +08:00
cinwell.li
a3273188e7
Table: improve performance for rendering tooltip, fixed #3478 ( #3836 )
...
* Table: improve performance for rendering tooltip, fixed #3478
* Table: add tooltip-effect property
2017-03-29 11:59:12 +08:00
张韧
b29ce95b81
add labelClassName
2017-03-09 17:05:55 +08:00
qingwei.li
bfb4c9c3f1
Table: fix columnKey, fixed #2322
2017-01-18 11:22:10 +08:00
qingwei.li
8961b318df
Table: missing filteredValue prop, fixed #2348
2017-01-13 14:53:58 +08:00
kingwl
3e3001a8dc
Table: fix header-align bug
2017-01-06 10:46:06 +08:00
Herrington Darkholme
23423e39e7
general: normalize name in default export
2017-01-01 01:11:21 +08:00
qingwei.li
923d9b6622
Table: fix test fix #2090 , remove virtual scrollbar
2016-12-30 11:12:13 +08:00
qingwei.li
4817e116e5
Table: expand row feature only supports scoped slot.
2016-12-28 18:12:37 +08:00
杨奕
d2f02b828f
Merge branch 'dev' into 1.1
2016-12-28 15:23:51 +08:00
furybean
b569b314b8
Table: add expand row feature.
2016-12-28 15:18:25 +08:00
cinwell.li
339dada583
Feat/scoped slot table ( #1844 )
...
* Upgrade to vue 2.1.0
* Table: support scoped slots, resolve #1763 , #1161
* Update vue version
* fix test
* fix test
* Update doc
* Fix english docs
2016-12-22 11:16:04 +08:00