Leopoldthecoder
66dd670a53
Table: replace sorting arrow icons with borders to avoid overlap
2017-12-12 19:27:46 +08:00
Leopoldthecoder
9611079d4d
Table: sort arrow nostalgia
2017-11-12 21:03:34 +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
d8dd114a16
Table: Fix error in cacluating hidden in `table-header` and `table-body`
2017-10-20 02:19:45 -05:00
Leopoldthecoder
f0b7debd23
Merge remote-tracking branch 'eleme/dev' into carbon
...
# Conflicts:
# CHANGELOG.en-US.md
# CHANGELOG.zh-CN.md
# examples/app.vue
# examples/docs/en-US/switch.md
# examples/docs/zh-CN/switch.md
# examples/versions.json
# package.json
# packages/switch/src/component.vue
# packages/theme-default/package.json
# packages/theme-default/src/common/var.css
# packages/theme-default/src/switch.css
# src/index.js
2017-10-16 18:33:41 +08:00
Brad Adams
0de6b447e5
Table: Add `important` rule to `col-resize` cursor ( #7381 )
...
* Table: Add `important` rule to `col-resize` cursor
* Table: Add `important` rule to `col-resize` cursor
* Update table-header.js
2017-10-09 07:07:10 -05: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
Leopoldthecoder
fece184c64
Table: sortable header discoverability
2017-09-06 12:42:01 +08:00
Flyn
b74ccda118
Table:fix table support for IE9
2017-07-02 20:05:18 +08:00
white.wang
22c65df30f
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
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
张韧
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
Liril
7651d2532d
Table: Add header-dragend.
2017-02-23 14:57:20 +08:00
Liril
d220894e81
Table: Fix wrong header with fixed right columns.
2017-02-16 22:52:24 +08:00
qingwei.li
4296c03d03
Table: fix sortable, allows cancellation sort
2017-01-18 14:14:34 +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
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
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
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
杨奕
d2f02b828f
Merge branch 'dev' into 1.1
2016-12-28 15:23:51 +08:00
qingwei.li
daec90af9f
SSR feature
2016-12-26 10:45:20 +08:00
kingwl
6f75ca6150
Table: support table sort ( #1918 )
2016-12-23 12:11:17 +08:00
kingwl
8648ab84dc
Table: add header-align
2016-12-21 11:03:22 +08:00
Furybean
e61ff12070
Table: fix column label not visible in some condition.
2016-12-02 17:43:46 +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
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
FuryBean
f013d6eb0b
Table: add renderHeader prop. ( #838 )
2016-11-05 07:30:23 +08:00
杨奕
32f25eb302
Merge pull request #780 from furybean/table-hidden
...
Table: rename hidden class to is-hidden.
2016-11-01 20:44:17 +08:00
FuryBean
3844b4aa3b
Table: fixed firefox bug. fixed #766 . ( #769 )
2016-11-01 20:32:11 +08:00
furybean
ad193c0c80
Table: rename hidden class to is-hidden.
2016-11-01 20:17:34 +08:00
qingwei.li
ad30305d6d
Merge branch 'master' into test/imporve-table
2016-10-28 09:22:58 +08:00
furybean
4a0c580a20
Table: add column remote/custom sort.
2016-10-28 01:24:13 +08:00
qingwei.li
8502c891d2
Table: add filter test
...
a
a
2016-10-27 23:52:54 +08:00
FuryBean
14495f6189
Table: add filter feature. ( #684 )
2016-10-27 21:45:21 +08:00
cinwell.li
4dd8b094cb
Update externals ( #641 )
2016-10-25 21:35:41 +08:00
furybean
41490c55e1
[Table] Improve fixed implement method.
2016-10-21 23:26:52 +08:00
furybean
b36da2f982
Improve Table:
...
1. Add TableStore & TableLayout.
2. Remove customCriteria & customBackgroundColors.
3. Remove fixedColumnCount.
4. Add fixed prop for TableColumn.
5. Add selectable prop for TableColumn[type="selection"].
2016-10-19 11:09:00 +08:00
qingwei.li
06392ade7b
Clear dependencies
2016-10-13 11:12:24 +08:00
spademan
386a8466b0
Table: 在type="index"如果设置了label 优先显示label
2016-09-21 13:30:28 +08:00
cinwell.li
56ed21df4a
TableColumn: add align attribute, #78 ( #94 )
2016-09-21 06:20:36 +08:00
qingwei.li
ae33771985
Table: fix gutter width, #80 , #78
2016-09-19 11:41:00 +08:00