qingwei.li
|
bfb4c9c3f1
|
Table: fix columnKey, fixed #2322
|
2017-01-18 11:22:10 +08:00 |
qingwei.li
|
8961b318df
|
Table: missing filteredValue prop, fixed #2348
|
2017-01-13 14:53:58 +08:00 |
kingwl
|
3e3001a8dc
|
Table: fix header-align bug
|
2017-01-06 10:46:06 +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 |
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
|
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
|
fed488ef9f
|
Table: fix column[type=selection] style issue in ie9+.
|
2016-12-09 17:37:58 +08:00 |
kingwl
|
a3f570789c
|
Table: fix align attribute (#1338)
|
2016-11-24 18:34:02 +08:00 |
FuryBean
|
5c386d5ce8
|
Table: fix dynamic prop in table-column cause script error. (#1314)
|
2016-11-24 06:54:32 +08:00 |
FuryBean
|
2f3f5eabc1
|
Table: add header group feature. (#1312)
|
2016-11-23 20:32:23 +08:00 |
FuryBean
|
631037c296
|
Table: improve performance in large data. (#1298)
|
2016-11-23 18:24:32 +08:00 |
qingwei.li
|
37510831ca
|
Update: release script
|
2016-11-18 20:03:20 +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 |
cinwell.li
|
cfafd3d191
|
Table: fix render fail in vue-loader 9.9.0 (#1018)
|
2016-11-13 11:44:29 +08:00 |
furybean
|
f27d433744
|
Table: fix hover effect is slow when data > 200.
|
2016-11-13 03:38:31 +08:00 |
FuryBean
|
f013d6eb0b
|
Table: add renderHeader prop. (#838)
|
2016-11-05 07:30:23 +08:00 |
furybean
|
aac3ec40c2
|
Table Column: watch more prop & rename showTooltipWhenOverflow.
|
2016-11-04 22:15:34 +08:00 |
qingwei.li
|
4a224adaa3
|
Table/MessageBox/Tree: remove object-assign
|
2016-11-04 18:44:19 +08:00 |
furybean
|
0eacd76e22
|
Table: let table compatible with vuex.
|
2016-11-03 14:43:23 +08:00 |
furybean
|
4a0c580a20
|
Table: add column remote/custom sort.
|
2016-10-28 01:24:13 +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 |
qingwei.li
|
86a5f8f5d0
|
Table: add test
Remove fuck
|
2016-10-25 17:26:59 +08:00 |
furybean
|
6ab0d57428
|
Update Table:
1. Add rowKey prop for Table.
2. Add clearSelection method for Table.
2. Add reserveSelection prop for TableColumn[type="selection"]
|
2016-10-19 21:58:29 +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 |
cinwell.li
|
de696c78bc
|
Tooltip/Popover: adjust the element to body, fixed #296 (#300)
* Tooltip/Popover: adjust the element to body, fixed #296
* Popover: fix destroy popover
* Refactor vue-popper, #296
* Fix datepicker style
* Poppover: remove settimeout
* Select: fix click outside
* Fix popper zIndex
|
2016-10-12 17:41:49 +08:00 |
spademan
|
386a8466b0
|
Table: 在type="index"如果设置了label 优先显示label
|
2016-09-21 13:30:28 +08:00 |
spademan
|
03a60995d6
|
Table: 在type="index"如果设置了label 优先显示label
|
2016-09-21 11:43:30 +08:00 |
cinwell.li
|
56ed21df4a
|
TableColumn: add align attribute, #78 (#94)
|
2016-09-21 06:20:36 +08:00 |
qingwei.li
|
3a6e663857
|
Table: fix inline-template
|
2016-09-02 19:23:16 +08:00 |
Leopoldthecoder
|
07a0943d6b
|
update message box prompt style
|
2016-09-02 13:58:54 +08:00 |
qingwei.li
|
8394318122
|
Table: fix render static data
Table
|
2016-09-01 15:59:28 +08:00 |
qingwei.li
|
6d247eef20
|
Table: fix typo
|
2016-08-31 11:01:03 +08:00 |
qingwei.li
|
d538f180fd
|
Table: Fix static render fail
|
2016-08-30 15:36:21 +08:00 |
qingwei.li
|
bca756d8dc
|
Update table
|
2016-08-16 16:07:18 +08:00 |