Black Wayne
1ba90b9534
Table: add chalk theme ( #7059 )
...
* Table: add chalk theme
* Table: add group header & other
* Table: del package.lock
* Table: del single test trace
* Table: fix border problem
* Table: fix boder problem
* Table: clean css
* Table: footer border right - -|
2017-09-22 01:30:44 -05:00
杨奕
2bba39ce2e
Upload: fix against non-primitive key warn in Vue 2.4 ( #5872 )
...
* Upload: fix against non-primitive key warn in Vue 2.4
* update horizontal menu test
2017-07-15 17:14:40 +08:00
song
4e073d1bb1
Table: row-key support for multi-level props( #5607 )
...
* Let getRowIdentity simply support the _.get method similar to lodash.
* Complete doc
* Update table.md
* Update table.md
2017-07-02 20:24:57 +08:00
杨奕
7a29401485
Table: update sorting docs ( #5364 )
2017-06-15 21:32:14 +08:00
Leopoldthecoder
74f8ccc87e
Cascader: update popper
2017-06-03 17:07:31 +08:00
qingwei.li
ac571ce6d8
doc: add the missing styles for english docs
2017-05-18 06:35:32 -07:00
Leopoldthecoder
cf60e6c9bb
Changelog: update for 1.3.0-beta.3
2017-05-03 15:24:38 +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
杨奕
91476e5c79
Table: add setCurrentRow ( #4390 )
2017-04-22 01:11:32 +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
Leopoldthecoder
50a786ab79
Changelog: update for 1.2.4
2017-03-09 18:05:16 +08:00
张韧
32f848fdc5
update doc
2017-03-09 17:05:55 +08:00
qingwei.li
5b84df01be
Table(doc): remove context prop
2017-02-28 17:28:37 +08:00
Liril
7651d2532d
Table: Add header-dragend.
2017-02-23 14:57:20 +08:00
Cyril Su
f1c44858e7
Table: Add cell-dblclick. ( #2983 )
2017-02-23 11:30:55 +08:00
zeratulmdq
abb24bba24
Example/table: fixed misspelling ( #2673 )
2017-02-06 10:23:44 +08:00
ChuckFields
3a2e59f76d
Update table.md ( #2638 )
...
Added a missing curly brace
2017-02-03 11:15:33 +08:00
njleonzhang
bc00ce0354
revise table default sort api
2017-01-14 14:51:44 +08:00
njleonzhang
48a0685ca0
1. add document; 2. make default-sort-order default to ascending
2017-01-05 12:39:37 +08:00
qingwei.li
923d9b6622
Table: fix test fix #2090 , remove virtual scrollbar
2016-12-30 11:12:13 +08:00
Leopoldthecoder
ea5ff93e78
unify N/A marks in docs
2016-12-29 20:55:33 +08:00
baiyaaaaa
ea9e5ed462
Merge pull request #2045 from QingWei-Li/feat/table-expand-scoped-slot
...
Table: expand row feature only supports scoped slot.
2016-12-29 00:07:11 +08:00
Furybean
191c8ab3d1
Table: add current-row-key prop.
2016-12-28 19:18:53 +08:00
qingwei.li
dedc1e29a6
Fix table doc
2016-12-28 18:38:59 +08:00
qingwei.li
33e0f0be48
Update doc
2016-12-28 18:33:26 +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
c7507725ea
Merge branch '1.1' into feat/scrollbar
2016-12-26 16:41:26 +08:00
qingwei.li
547612bf6e
update
2016-12-23 12:47:55 +08:00
Leopoldthecoder
886b249a63
Table: update header-align docs
2016-12-22 17:29:26 +08:00
Leopoldthecoder
9e958e603e
add carousel
2016-12-22 16:10:55 +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
Leopoldthecoder
64667a4e8e
update changelog
2016-12-20 18:56:49 +08:00
Furybean
a0187d1aba
Table: add filter change event & add column-key for column.
2016-12-20 18:37:31 +08:00
FuryBean
4614990cb4
Table: add column as third parameter for row-click event. ( #1808 )
2016-12-17 14:00:35 +08:00
杨奕
6fa2a7049f
Table: update docs ( #1740 )
2016-12-14 13:42:56 +08:00
qingwei.li
3bf624c757
Table: add empty slot, closed #1737 , closed #1730
2016-12-14 13:34:35 +08:00
Hashem Qolami
998dcce225
Feature table maxHeight ( #1560 ) ( #1674 )
...
* ✨ [Table] Added fluid height table with maxHeight prop (#1560 )
* 🚨 [Table] Added test for maxHeight prop (#1560 )
* 📚 [Table] Added the documentation of fluid-height table (#1560 )
2016-12-13 16:21:59 +08:00
Pierre-Louis Renaudin
15dc895ee6
Add contextmenu event on table row element. ( #1663 )
2016-12-10 18:48:07 +08:00
baiyaaaaa
658383ecae
fix docs
2016-12-08 17:09:56 +08:00
Furybean
0caa085523
Table: add row-dblclick event.
2016-12-02 17:43:21 +08:00
Leopoldthecoder
fdd0d101cb
Table: update custom column example
2016-11-28 18:53:12 +08:00
Furybean
812a953b1e
Table: add row-style prop.
2016-11-25 17:41:07 +08:00
FuryBean
2f3f5eabc1
Table: add header group feature. ( #1312 )
2016-11-23 20:32:23 +08:00
杨奕
897ec4650c
Select: add focus listener ( #1193 )
2016-11-18 20:03:19 +08:00
furybean
0a31868b5f
Table: add show-header prop & add header-click event & make height more reasonable.
2016-11-18 20:03:18 +08:00
Leopoldthecoder
10cef46012
Table: update English doc
2016-11-18 20:03:17 +08:00
Akira Komamura
d37e0dbd39
Add column class-name to the table header and update documentation ( #1027 )
...
* Table: Add className property to columns
* Table: update documentation on column class-name
* Table: Apply column class-name to table header
2016-11-13 14:39:24 +08:00