梁灏
|
119eeafede
|
fixed a Table bug
|
2017-07-19 16:34:52 +08:00 |
|
梁灏
|
51356c2cd2
|
fixed #658
|
2017-07-19 15:09:15 +08:00 |
|
梁灏
|
548eac43fe
|
fixed #1387 and update v-transfer-dom
Modal add transfer prop
|
2017-07-19 13:58:20 +08:00 |
|
梁灏
|
1b737fdc83
|
fixed #122
|
2017-07-18 15:03:27 +08:00 |
|
梁灏
|
096f2bfe9c
|
fixed #1357
|
2017-07-18 14:15:57 +08:00 |
|
梁灏
|
afea484fe3
|
fixed #1271
|
2017-07-18 11:16:34 +08:00 |
|
梁灏
|
8b530b1ce3
|
fixed #1342
|
2017-07-17 17:05:10 +08:00 |
|
梁灏
|
68b308ee83
|
fixex #1353
|
2017-07-14 14:52:54 +08:00 |
|
梁灏
|
f00b534390
|
update Table
|
2017-07-10 13:49:26 +08:00 |
|
Rijn
|
b0f1c61f8e
|
add a event @on-select-cancel to Table. #705
|
2017-07-07 13:01:49 -05:00 |
|
Aresn
|
e40c5352a1
|
fixed #1195
fixed #1195 and abandon old Table render function
|
2017-06-30 16:26:31 +08:00 |
|
Lawrence Lee
|
174158b167
|
change disable-hover to disabled-hover
|
2017-06-09 17:06:20 +08:00 |
|
Lawrence Lee
|
6b23d43ba5
|
Merge branch 'iview-2.0' into 2.0
|
2017-06-09 17:00:44 +08:00 |
|
Lawrence Lee
|
e9287a6b87
|
Merge branch '2.0' of https://github.com/iview/iview into iview-2.0
|
2017-06-09 17:00:26 +08:00 |
|
Lawrence Lee
|
349548d489
|
change disable-highlight to disable-hover
|
2017-06-09 16:59:30 +08:00 |
|
Aresn
|
55dbf62d68
|
update Tabs render
|
2017-06-09 16:54:20 +08:00 |
|
Aresn
|
4098c176e1
|
update Table
|
2017-06-09 16:44:24 +08:00 |
|
Lawrence Lee
|
cec3245225
|
merge
|
2017-06-09 16:29:03 +08:00 |
|
Lawrence Lee
|
9563a8da20
|
add disable-highlight prop to Table
|
2017-06-08 10:13:33 +08:00 |
|
刘荣
|
718e773fbc
|
-
|
2017-06-08 08:53:00 +08:00 |
|
Lawrence Lee
|
2474ee5929
|
add hover-highlight prop in Table
|
2017-06-07 14:19:31 +08:00 |
|
Aresn
|
e4e8711d0f
|
Table support disableExpand
|
2017-06-02 10:35:18 +08:00 |
|
Aresn
|
367a4196a4
|
update Table
|
2017-05-27 16:32:51 +08:00 |
|
Aresn
|
af6e81cd64
|
update Table
|
2017-05-27 16:19:28 +08:00 |
|
Aresn
|
08fd628d1f
|
Table support expand
|
2017-05-27 15:13:10 +08:00 |
|
Aresn
|
10d3a3238a
|
fixed #1011
|
2017-05-26 14:00:42 +08:00 |
|
Aresn
|
1e20ac5cf4
|
#958
|
2017-05-22 10:49:46 +08:00 |
|
梁灏
|
78d8ea4d4a
|
release 2.0.0-rc.13
|
2017-05-12 15:45:28 +08:00 |
|
吕庆安
|
8f69e63c77
|
修正table render的组件中无法获取this.$store的问题
在table的render中生成的组件,组件内部无法通过this.$store来获取vuex对象
|
2017-05-09 15:04:59 +08:00 |
|
梁灏
|
28587238de
|
update Table functional
|
2017-05-04 15:22:31 +08:00 |
|
梁灏
|
87b6ef9d8b
|
Table support real Render function to render Cell
|
2017-05-04 12:05:29 +08:00 |
|
梁灏
|
64f99c05bb
|
Table support render local component #775
|
2017-04-27 15:29:05 +08:00 |
|
H
|
257bc4e678
|
filterRemote过滤时,单条过滤时应该返回true,而不应该返回空否则会报错
|
2017-04-24 01:10:01 +08:00 |
|
梁灏
|
73ae27d88b
|
update Table filterRemote format
|
2017-04-22 14:18:07 +08:00 |
|
Aresn
|
91bda66d87
|
Merge pull request #605 from hezhiying/table-filters
添加filterRemote方法,支持用户远程筛选数据
|
2017-04-22 14:14:01 +08:00 |
|
梁灏
|
a6eee4e568
|
update Table
|
2017-04-10 14:22:08 +08:00 |
|
梁灏
|
67c9b1c8b9
|
fixed #591
|
2017-04-10 09:58:58 +08:00 |
|
H
|
acc6c4a64e
|
filterRemotec.call(this.$parent,value,key,column) 把table对象传给filterRemote
|
2017-04-07 12:01:01 +08:00 |
|
H
|
12bcf7bd14
|
添加 remoteFilter方法,支持用户远程筛选数据
|
2017-04-06 17:07:03 +08:00 |
|
梁灏
|
7409cb3c27
|
fixed #549
|
2017-04-05 12:49:40 +08:00 |
|
梁灏
|
e5337c810c
|
fixed some components bug that can not translate when using vue-i18n
|
2017-03-30 16:05:20 +08:00 |
|
梁灏
|
aa43b8c832
|
fixed #438
|
2017-03-30 09:48:47 +08:00 |
|
梁灏
|
39847b8929
|
fixed #454
|
2017-03-22 09:51:42 +08:00 |
|
梁灏
|
d8892603f7
|
Table prop: content modify to context
Table prop: content modify to context
|
2017-03-17 09:50:14 +08:00 |
|
梁灏
|
63f2e0f4c4
|
fixed Table bug when remove a row of data
when Cell has a button to delete row data, clickCurrentRow will throw
an error, so clone a data
|
2017-03-15 15:50:28 +08:00 |
|
梁灏
|
99d0429e27
|
update Button & Table Cell
Button add custom event @click,you can use @click in i-button now;
Table Cell support data from content
|
2017-03-15 15:27:04 +08:00 |
|
梁灏
|
644c37b3b3
|
update License
不想为这些事发生争执,我只想做开源
|
2017-03-14 10:47:02 +08:00 |
|
梁灏
|
6cadeba44f
|
support Message
support Message
|
2017-03-09 22:21:54 +08:00 |
|
梁灏
|
d978690647
|
support Table
support Table
|
2017-03-09 16:40:16 +08:00 |
|
梁灏
|
3c38e4f7f1
|
update Table cell
update Table cell
|
2017-03-09 16:03:36 +08:00 |
|