Commit Graph

79 Commits (f23c63c5c2e84c7f4bac3c23591223b8067ded00)

Author SHA1 Message Date
Jikkai Xiao 4130f2af40 Table: add toggleAllSelection method (#12047) 2018-07-24 16:36:31 +08:00
杨奕 4c40128b8a Table: fix params on docs (#11774)
* Table: fix params on docs

* Table: add missing definitions

* Table: fix row style definitions

* Update table.d.ts
2018-06-28 11:53:16 +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
杨奕 0b2a1eb784 Table: add sort-orders (#11283) 2018-05-22 18:20:04 +08:00
杨奕 56cbdef95b
Docs: update popover and table (#10910) 2018-04-27 12:27:41 +08:00
杨奕 583439a4be
Table: add $index as formatter's param (#10645) 2018-04-10 16:15:09 +08:00
杨奕 02440aa5fb
Transfer: support scoped slot for data items (#10577) 2018-04-05 21:25:14 +08:00
杨奕 84bb3397cb
Table: add test for selectOnIndeterminate (#10210) 2018-03-16 21:42:11 +08:00
syn-zeta e36d57ac1d Table: Add selectOnIndeterminate prop to control master checkbox behavior (#9924) 2018-03-16 19:00:28 +08:00
FuryBean ab2f3830d6 Table: extend height prop usage (#9575) 2018-01-31 13:32:01 +08:00
Pyae Hein d5c135730a Added contextmenu event for column header (#9475) 2018-01-29 18:42:05 +08:00
杨奕 fa643a55b0
Doc: update Table's header-dragend description (#9513) 2018-01-29 12:09:35 +08:00
liyl ee5cd93db3 Table: add column as filter-method's param (#9196)
* expand filter-method param

* update table.md
2018-01-15 12:25:53 +08:00
Leopoldthecoder f08f435d43 add sponsor logo 2017-12-18 18:13:05 +08:00
Johan Bové d19f555208 Update table.md
Fixes typo
2017-12-01 10:23:57 +08:00
Leopoldthecoder 23e86bcf1a Table: fix high CPU consumption 2017-11-17 12:28:55 +08:00
Leopoldthecoder 03a52ab38e Table: update sort-by docs 2017-10-31 17:09:48 +08:00
wangfengming 7074a247f4 Table: support sort-by 2017-10-31 11:35:40 +08:00
Leopoldthecoder 768981c1aa Changelog: update for 2.0.0-rc.1 2017-10-25 05:47:57 -05: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
Leopoldthecoder 333a010d3b Table: add size 2017-10-25 01:41:17 -05:00
Leopoldthecoder 9e6f1adafc update landing page for 2.0 2017-10-23 05:38:15 -05:00
Leopoldthecoder 1786ac75e2 Changelog: update for 2.0.0-beta.1 2017-10-20 03:06:32 -05:00
lirilsu 1310bdee26 Table: Remove `sort-clear` and `filter-clear` event 2017-10-20 02:19:45 -05:00
lirilsu 8c78dc1082 Table: Update docs for carbon table 2017-10-20 02:19:45 -05:00
Leopoldthecoder 1e95e51f9b update typings 2017-10-18 18:38:23 +08:00
杨奕 38459ae850 update dependencies (#7476)
* update el-input change event

* upgrade to vue 2.5.0

* upgrade webpack to 3.7

* upgrade vue to 2.5.2

* minor style updates
2017-10-16 14:07:24 +08:00
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