Commit Graph

46 Commits (22ab137963a2092a100e0580f0bee93d9be99c20)

Author SHA1 Message Date
杨奕 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
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
Leopoldthecoder f9d799ce2b misc doc updates 2017-02-22 15:02:34 +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
baiyaaaaa 5493a13523 Merge pull request #2078 from Leopoldthecoder/dev
unify N/A marks in docs
2016-12-29 21:39:28 +08:00
Leopoldthecoder ea5ff93e78 unify N/A marks in docs 2016-12-29 20:55:33 +08:00
Leopoldthecoder 71dd3be29e update versions.json 2016-12-29 17:20:59 +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 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
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
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
kingwl 8648ab84dc Table: add header-align 2016-12-21 11:03:22 +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
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
furybean 0a31868b5f Table: add show-header prop & add header-click event & make height more reasonable. 2016-11-18 20:03:18 +08:00
cinwell.li 4ebdd6a6d4 Table: add context prop (#1161) 2016-11-18 20:03:18 +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
Leopoldthecoder c0e331d210 Review: steps/switch/tabs/tag/table 2016-11-13 11:58:45 +08:00
FuryBean 947b837ffa Table: add highlight current row example. (#903) 2016-11-08 15:59:14 +08:00
qingwei.li 47392d1e29 Locale: rename $t to t 2016-11-07 23:33:33 +08:00