Commit graph

136 commits

Author SHA1 Message Date
吕庆安
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
梁灏
87a400d85e update Table
update Table
2017-03-09 15:24:40 +08:00
梁灏
c0b2524da0 update Table cell render
update Table cell render
2017-03-09 15:03:05 +08:00
梁灏
486d4fda19 update Table
update Table
2017-03-09 14:11:22 +08:00
梁灏
03773f7e9b update
update
2017-02-28 15:10:07 +08:00
leonine
cd85c67510 修改_checked=true 时,在_disabled=true的时候被取消了选中的状态的问题 2017-02-23 16:51:43 +08:00
leonine
c731509853 修复两个问题:
1.如果某行禁用_disabled=true,则这行的_checked,无论如何都是false,因为禁用的目的就是不能选择
2.修复某行设置_disabled=true时,全选状态判断有误的bug
2017-02-23 14:29:49 +08:00
leonine
87379c8205 去掉禁用行的 tr>td 的disabled 的css 2017-02-22 17:30:39 +08:00
leonine
bc1dfd602d 忘记 run test 少了; 2017-02-20 11:21:17 +08:00
leonine
0dcc948256 itable 添加禁用某行选中的功能 2017-02-20 11:17:47 +08:00
leonine
2404849c30 合并原作者更新 2017-02-20 09:53:10 +08:00
leonine
1594942f2c itable 添加设置默认选中行的功能 2017-02-15 16:04:35 +08:00
Rijn
da020a63ee Changed parameters of sort method of Table 2017-01-16 01:27:02 -06:00
梁灏
b89a982e64 fixed #205
fixed #205
2017-01-16 12:29:03 +08:00
梁灏
d16dce64d6 fixed #193
It takes me least 4 hours.😢
2017-01-13 20:18:21 +08:00
Rijn
2f7660b4cf fade table body when there is no data 2017-01-13 01:53:34 -06:00
梁灏
891700ae0c update Table
update Table
2017-01-12 16:21:38 +08:00
梁灏
4ab118119a some component support i18n
some component support i18n
2017-01-11 21:02:55 +08:00
梁灏
c211f71778 Table data support to set cell className
Table data support to set cell className
2017-01-10 18:36:13 +08:00
梁灏
f9f1865ca5 Table columns add className
Table columns add className
2017-01-10 16:33:44 +08:00
梁灏
a404bbaed3 update Table #167
update Table
2017-01-05 14:10:08 +08:00
梁灏
3d6fa54b39 update Table
update Table
2017-01-05 13:15:26 +08:00
Rijn
cf7887ba61 Fixed #151
Added no-data and no-filtered-data properties to the component Table
2017-01-04 16:42:27 -06:00
梁灏
ee975cd4b3 update Table event
update Table event
2017-01-03 09:41:00 +08:00
Rijn
da55375f00 Added click and dblclick events to table 2017-01-02 19:05:45 -06:00
Rijn
eedcba586c Added ellipsis property to table column 2017-01-02 13:42:32 -06:00
jingsam
b0893113b3 🎨 add eslint 2016-12-25 22:49:42 +08:00
梁灏
63e0444e55 fixed #142
fixed #142
2016-12-23 10:31:37 +08:00
梁灏
336b4f463c fixed #132
fixed #132
2016-12-16 15:34:24 +08:00