qingwei.li
|
8e36cee37c
|
Table: fix body width when no data
|
2017-01-13 16:38:37 +08:00 |
njleonzhang
|
9ef1faaec9
|
toggle sortable
|
2017-01-03 20:08:43 +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 |
Furybean
|
191c8ab3d1
|
Table: add current-row-key prop.
|
2016-12-28 19:18:53 +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 |
qingwei.li
|
5aea5eced3
|
Add scrollbar
|
2016-12-23 12:09:17 +08:00 |
qingwei.li
|
3bf624c757
|
Table: add empty slot, closed #1737, closed #1730
|
2016-12-14 13:34:35 +08:00 |
Hashem Qolami
|
998dcce225
|
Feature table maxHeight (#1560) (#1674)
* ✨ [Table] Added fluid height table with maxHeight prop (#1560)
* 🚨 [Table] Added test for maxHeight prop (#1560)
* 📚 [Table] Added the documentation of fluid-height table (#1560)
|
2016-12-13 16:21:59 +08:00 |
Furybean
|
fed488ef9f
|
Table: fix column[type=selection] style issue in ie9+.
|
2016-12-09 17:37:58 +08:00 |
FuryBean
|
2dd2c79365
|
Table: fix a style bug when fixed=right. (#1651)
|
2016-12-09 16:08:49 +08:00 |
Hashem Qolami
|
5cde77b37d
|
🐛 [Table] fixed incompatibility with vue-i18n (#1587)
|
2016-12-07 10:23:05 +08:00 |
Furybean
|
812a953b1e
|
Table: add row-style prop.
|
2016-11-25 17:41:07 +08:00 |
FuryBean
|
631037c296
|
Table: improve performance in large data. (#1298)
|
2016-11-23 18:24:32 +08:00 |
kingwl
|
e3ac607938
|
Table: fix selectAll option at table selection (#1300)
|
2016-11-23 18:23:50 +08:00 |
FuryBean
|
6353d33afe
|
Table: fix a script error when show-header is true. (#1248)
|
2016-11-21 19:01:31 +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 |
furybean
|
bd8bf7bf35
|
Table: fix fixed column won't disappear in some condition.
|
2016-11-18 20:03:17 +08:00 |
qingwei.li
|
a13b49b609
|
Locale: fix dynamic change locale
|
2016-11-18 20:03:14 +08:00 |
qingwei.li
|
47392d1e29
|
Locale: rename $t to t
|
2016-11-07 23:33:33 +08:00 |
FuryBean
|
971150c2fb
|
Table: remove mouse wheel prevent default. (#873)
|
2016-11-07 11:58:01 +08:00 |
furybean
|
7263db12b3
|
Table: add single selection back. Add current-change event & highlight-current-row event.
|
2016-11-04 16:28:44 +08:00 |
furybean
|
496f385796
|
Table: support header mousewheel scroll.
|
2016-11-04 11:38:44 +08:00 |
furybean
|
0eacd76e22
|
Table: let table compatible with vuex.
|
2016-11-03 14:43:23 +08:00 |
FuryBean
|
14495f6189
|
Table: add filter feature. (#684)
|
2016-10-27 21:45:21 +08:00 |
furybean
|
3470bdfeba
|
Pagination: rename currentchange & sizechange.
|
2016-10-26 14:55:16 +08:00 |
furybean
|
59ed4984dc
|
Table: add empty text
|
2016-10-25 23:20:48 +08:00 |
furybean
|
41490c55e1
|
[Table] Improve fixed implement method.
|
2016-10-21 23:26:52 +08:00 |
FuryBean
|
4842047c5b
|
[Table] Add Migrating tip for table & rename cell-mouse* event to cell-mouse-* (#572)
|
2016-10-21 17:53:49 +08:00 |
furybean
|
f8fdf35bbb
|
[Table] Remove prop: selectionMode & allowNoCurrentRow
|
2016-10-21 16:35:28 +08:00 |
Leopoldthecoder
|
70aed33c69
|
Select: add resize event
|
2016-10-20 18:44:09 +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 |
furybean
|
4a08c4702d
|
Improve Table: use element reisze event instead of window resize event
|
2016-10-08 17:58:18 +08:00 |
qingwei.li
|
eb24d57a3c
|
Table: fix dorender in created, fixed #121
|
2016-09-22 15:41:04 +08:00 |
isunkui
|
cefe15dc19
|
TableColum: fix first calc columns, #78 (#118)
|
2016-09-21 23:01:51 +08:00 |
qingwei.li
|
a019e57da9
|
TableColum: fix first calc columns, #78
|
2016-09-21 18:34:17 +08:00 |
qingwei.li
|
badf5ae12f
|
Add homepage
fix eslint
|
2016-09-18 15:46:31 +08:00 |
spademan
|
8e45ee8544
|
Table : 解决固定某一列的时候滚动条在冻结列不能被拖动的问题
|
2016-09-12 16:43:24 +08:00 |
qingwei.li
|
6da89b14a6
|
Update config, default require commonjs package
Add changelog
|
2016-09-08 21:13:01 +08:00 |
Leopoldthecoder
|
f6261d219a
|
fix a table fixed-column height bug
|
2016-08-31 11:13:21 +08:00 |
Leopoldthecoder
|
eb03154839
|
DatePicker/DatetimePicker doc update
|
2016-08-29 19:04:31 +08:00 |
SkyAo
|
9919ef5c8a
|
change all rewrited components documents to new templates
|
2016-08-29 10:58:37 +08:00 |
Leopoldthecoder
|
eb713f80e6
|
update custom background table
|
2016-08-26 14:01:14 +08:00 |
qingwei.li
|
9743c8b4a3
|
Table: fix trigger double selectionchange
|
2016-08-25 15:08:15 +08:00 |
qingwei.li
|
7bdda0b994
|
Table: multiple selection mode failure
|
2016-08-25 14:47:39 +08:00 |
qingwei.li
|
06f16f78e7
|
Table: render asynchronous data
|
2016-08-25 11:51:25 +08:00 |
qingwei.li
|
6975c481fe
|
Fix table 'styleSheet' is undefined
|
2016-08-23 13:51:36 +08:00 |
qingwei.li
|
1df2920f4f
|
fix table prop bug
|
2016-08-22 15:17:32 +08:00 |
qingwei.li
|
bca756d8dc
|
Update table
|
2016-08-16 16:07:18 +08:00 |
qingwei.li
|
e320f43c2d
|
Initial commit
|
2016-07-27 14:15:02 +08:00 |