Cyril Su
|
c31f19a4e8
|
Table: Fixed wrong height. (#3539)
|
2017-03-18 08:40:01 +08:00 |
|
张韧
|
b29ce95b81
|
add labelClassName
|
2017-03-09 17:05:55 +08:00 |
|
Leopoldthecoder
|
e4fe26840f
|
update upload doc and add arrow click sorting for table
|
2017-03-09 12:21:13 +08:00 |
|
Cyril Su
|
5e796ca33b
|
Table: Add handleEvent. (#3305)
|
2017-03-06 18:45:27 +08:00 |
|
qingwei.li
|
5b84df01be
|
Table(doc): remove context prop
|
2017-02-28 17:28:37 +08:00 |
|
Cyril Su
|
537e1e035c
|
Table: Fix wrong fixed height temporary. (#3019)
|
2017-02-24 17:51:15 +08:00 |
|
Liril
|
7651d2532d
|
Table: Add header-dragend.
|
2017-02-23 14:57:20 +08:00 |
|
Cyril Su
|
f1913d991d
|
Table: Fix wrong height when switch prop height. (#2979)
|
2017-02-23 11:31:25 +08:00 |
|
Cyril Su
|
f1c44858e7
|
Table: Add cell-dblclick. (#2983)
|
2017-02-23 11:30:55 +08:00 |
|
Liril
|
651fb58988
|
Table: Remove extra render in cells.
|
2017-02-22 15:30:21 +08:00 |
|
xuanfeng
|
0b2b803992
|
table: fix the wrong repository field
|
2017-02-19 20:35:16 +08:00 |
|
Liril
|
d220894e81
|
Table: Fix wrong header with fixed right columns.
|
2017-02-16 22:52:24 +08:00 |
|
Leopoldthecoder
|
3243b8fc98
|
Merge branch 'dev' into 1.2-merge1
# Conflicts:
# package.json
# src/utils/popup/index.js
# yarn.lock
|
2017-02-09 17:33:42 +08:00 |
|
cinwell.li
|
c07609b840
|
Table: fix data is an array of numbers, fixed #2108 (#2576)
|
2017-02-04 15:59:06 +08:00 |
|
Leopoldthecoder
|
d888e44cc2
|
Publish
- element-carousel@1.0.0
- element-table@1.0.0
- element-upload@1.0.0
- element-datepicker@1.0.0
- element-loading@1.0.0
- element-pagination@1.0.0
|
2017-01-23 17:20:52 +08:00 |
|
Leopoldthecoder
|
4d899d4a4d
|
reset version number of Table and DatePicker
|
2017-01-23 16:17:16 +08:00 |
|
cinwell.li
|
9f5c08e6e6
|
Clean packages (#2345)
|
2017-01-23 14:06:01 +08:00 |
|
qingwei.li
|
4296c03d03
|
Table: fix sortable, allows cancellation sort
|
2017-01-18 14:14:34 +08:00 |
|
qingwei.li
|
bfb4c9c3f1
|
Table: fix columnKey, fixed #2322
|
2017-01-18 11:22:10 +08:00 |
|
baiyaaaaa
|
925ad817a7
|
Merge pull request #2405 from njleonzhang/revise_table_sort_api
revise table default sort api
|
2017-01-16 14:15:13 +08:00 |
|
baiyaaaaa
|
401be51f27
|
Merge pull request #2410 from njleonzhang/extends_sort_and_filter_area
#2324 extend sort and filter click area to th element
|
2017-01-16 14:12:09 +08:00 |
|
吴亮
|
39cbb051f1
|
fix eslint error, about indent
|
2017-01-16 11:30:31 +08:00 |
|
吴亮
|
cdb2335939
|
like as if (filterValue !== null) is better
|
2017-01-16 11:30:31 +08:00 |
|
吴亮
|
0b10d3e152
|
try to fix eslint: Strings must use singlequote quotes
|
2017-01-16 11:30:31 +08:00 |
|
吴亮
|
1b40caf855
|
fix eslint: Unary word operator 'typeof' must be followed by whitespace
|
2017-01-16 11:30:31 +08:00 |
|
吴亮
|
e5fa4acfcc
|
revert 93c9c206e6121711798f1f3740ba45ed7a1a4793, and fix the bug by
typeof
|
2017-01-16 11:30:31 +08:00 |
|
吴亮
|
6362cbce30
|
fix select first element on table filter bug
|
2017-01-16 11:30:31 +08:00 |
|
njleonzhang
|
4f1fdb3c83
|
#2324 extend sort and filter click area to th element
|
2017-01-14 17:18:12 +08:00 |
|
njleonzhang
|
bc00ce0354
|
revise table default sort api
|
2017-01-14 14:51:44 +08:00 |
|
baiyaaaaa
|
5af2d39714
|
Merge pull request #2396 from QingWei-Li/fix/table/nodata-width
Table: fix body width when no data
|
2017-01-13 19:11:46 +08:00 |
|
baiyaaaaa
|
a2876ab8cb
|
Merge pull request #2392 from QingWei-Li/fix/table/filteredValue
Table: missing filteredValue prop, fixed #2348
|
2017-01-13 17:49:30 +08:00 |
|
qingwei.li
|
8e36cee37c
|
Table: fix body width when no data
|
2017-01-13 16:38:37 +08:00 |
|
baiyaaaaa
|
0e13dab680
|
Merge pull request #2372 from QingWei-Li/fix/table-fixed-column
Table: fix fixed column height when empty data, fixed #2300
|
2017-01-13 15:12:33 +08:00 |
|
qingwei.li
|
8961b318df
|
Table: missing filteredValue prop, fixed #2348
|
2017-01-13 14:53:58 +08:00 |
|
baiyaaaaa
|
5246b170f4
|
Merge pull request #2309 from njleonzhang/fix_sortevent_bug
fix bug: default-sort-prop is not defined but trigger sort-change event
|
2017-01-12 22:38:22 +08:00 |
|
qingwei.li
|
9f94a28f43
|
Table: table-body revert to v1.1.2, fixed #2312
|
2017-01-12 20:19:04 +08:00 |
|
qingwei.li
|
8498656f68
|
Table: fix fixed column height when empty data, fixed #2300
|
2017-01-12 16:12:39 +08:00 |
|
njleonzhang
|
22cea4e6c4
|
fix bug: default sort doesnot dismiss
|
2017-01-11 09:48:09 +08:00 |
|
njleonzhang
|
59d1f49b1c
|
fix bug: default-sort-prop is not defined but trigger sort-change event
|
2017-01-09 23:04:06 +08:00 |
|
baiyaaaaa
|
ad2a32dcd6
|
Merge pull request #2182 from njleonzhang/table_sort_A_and_D
table sort to toggle
|
2017-01-09 14:30:55 +08:00 |
|
kingwl
|
3e3001a8dc
|
Table: fix header-align bug
|
2017-01-06 10:46:06 +08:00 |
|
njleonzhang
|
48a0685ca0
|
1. add document; 2. make default-sort-order default to ascending
|
2017-01-05 12:39:37 +08:00 |
|
Yuyang Liu
|
a3da161339
|
table: wrap col in colgroup to make column width work in safari
|
2017-01-05 10:42:31 +08:00 |
|
njleonzhang
|
9ef1faaec9
|
toggle sortable
|
2017-01-03 20:08:43 +08:00 |
|
Leon Zhang
|
dc0248279d
|
messy indent (#2165)
|
2017-01-03 16:27:42 +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 |
|
杨奕
|
bdd0604bd0
|
remove obsolete migrating hints (#2055)
|
2016-12-29 10:43:00 +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 |
|