Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 2
  • Tags 0
  • mew-iview
  • src
  • components
  • table
  • table.vue
20 Jul, 2017
1 commit
  • fixed #1403
    835b37ff
    梁灏 authored
    2017-07-20 09:59:44 +0800  
    Browse File »

19 Jul, 2017
2 commits
  • fixed a Table bug
    119eeafe
    梁灏 authored
    2017-07-19 16:34:52 +0800  
    Browse File »
  • fixed #1387 and update v-transfer-dom ...
    548eac43
    Modal add transfer prop
    梁灏 authored
    2017-07-19 13:58:20 +0800  
    Browse File »

14 Jul, 2017
1 commit
  • fixex #1353
    68b308ee
    梁灏 authored
    2017-07-14 14:52:54 +0800  
    Browse File »

10 Jul, 2017
1 commit
  • update Table
    f00b5343
    梁灏 authored
    2017-07-10 13:49:26 +0800  
    Browse File »

07 Jul, 2017
1 commit
  • add a event @on-select-cancel to Table. #705
    b0f1c61f
    Rijn authored
    2017-07-07 13:01:49 -0500  
    Browse File »

09 Jun, 2017
2 commits
  • change disable-hover to disabled-hover
    174158b1
    Lawrence Lee authored
    2017-06-09 17:06:20 +0800  
    Browse File »
  • change disable-highlight to disable-hover
    349548d4
    Lawrence Lee authored
    2017-06-09 16:59:30 +0800  
    Browse File »

08 Jun, 2017
1 commit
  • add disable-highlight prop to Table
    9563a8da
    Lawrence Lee authored
    2017-06-08 10:13:33 +0800  
    Browse File »

07 Jun, 2017
1 commit
  • add hover-highlight prop in Table
    2474ee59
    Lawrence Lee authored
    2017-06-07 14:19:31 +0800  
    Browse File »

27 May, 2017
1 commit
  • Table support expand
    08fd628d
    Aresn authored
    2017-05-27 15:13:10 +0800  
    Browse File »

24 Apr, 2017
1 commit
  • filterRemote过滤时,单条过滤时应该返回true,而不应该返回空否则会报错
    257bc4e6
    H authored
    2017-04-24 01:10:01 +0800  
    Browse File »

22 Apr, 2017
2 commits
  • update Table filterRemote format
    73ae27d8
    梁灏 authored
    2017-04-22 14:18:07 +0800  
    Browse File »
  • Merge pull request #605 from hezhiying/table-filters ...
    91bda66d
    添加filterRemote方法,支持用户远程筛选数据
    Aresn authored
    2017-04-22 14:14:01 +0800  
    Browse File »

10 Apr, 2017
2 commits
  • update Table
    a6eee4e5
    梁灏 authored
    2017-04-10 14:22:08 +0800  
    Browse File »
  • fixed #591
    67c9b1c8
    梁灏 authored
    2017-04-10 09:58:58 +0800  
    Browse File »

07 Apr, 2017
1 commit
  • filterRemotec.call(this.$parent,value,key,column) 把table对象传给filterRemote
    acc6c4a6
    H authored
    2017-04-07 12:01:01 +0800  
    Browse File »

06 Apr, 2017
1 commit
  • 添加 remoteFilter方法,支持用户远程筛选数据
    12bcf7bd
    H authored
    2017-04-06 17:07:03 +0800  
    Browse File »

05 Apr, 2017
1 commit
  • fixed #549
    7409cb3c
    梁灏 authored
    2017-04-05 12:49:40 +0800  
    Browse File »

30 Mar, 2017
1 commit
  • fixed some components bug that can not translate when using vue-i18n
    e5337c81
    梁灏 authored
    2017-03-30 16:05:20 +0800  
    Browse File »

17 Mar, 2017
1 commit
  • Table prop: content modify to context ...
    d8892603
    Table prop: content modify to context
    梁灏 authored
    2017-03-17 09:50:14 +0800  
    Browse File »

15 Mar, 2017
1 commit
  • fixed Table bug when remove a row of data ...
    63f2e0f4
    when Cell has a button to delete row data, clickCurrentRow will throw
    an error, so clone a data
    梁灏 authored
    2017-03-15 15:50:28 +0800  
    Browse File »

09 Mar, 2017
1 commit
  • update Table ...
    486d4fda
    update Table
    梁灏 authored
    2017-03-09 14:11:22 +0800  
    Browse File »

28 Feb, 2017
1 commit
  • update ...
    03773f7e
    update
    梁灏 authored
    2017-02-28 15:10:07 +0800  
    Browse File »

23 Feb, 2017
2 commits
  • 修改_checked=true 时,在_disabled=true的时候被取消了选中的状态的问题
    cd85c675
    leonine authored
    2017-02-23 16:51:43 +0800  
    Browse File »
  • 修复两个问题: ...
    c7315098
    1.如果某行禁用_disabled=true,则这行的_checked,无论如何都是false,因为禁用的目的就是不能选择
    2.修复某行设置_disabled=true时,全选状态判断有误的bug
    leonine authored
    2017-02-23 14:29:49 +0800  
    Browse File »

20 Feb, 2017
3 commits
  • 忘记 run test 少了;
    bc1dfd60
    leonine authored
    2017-02-20 11:21:17 +0800  
    Browse File »
  • itable 添加禁用某行选中的功能
    0dcc9482
    leonine authored
    2017-02-20 11:17:47 +0800  
    Browse File »
  • 合并原作者更新
    2404849c
    leonine authored
    2017-02-20 09:53:10 +0800  
    Browse File »

15 Feb, 2017
1 commit
  • itable 添加设置默认选中行的功能
    1594942f
    leonine authored
    2017-02-15 16:04:35 +0800  
    Browse File »

16 Jan, 2017
1 commit
  • Changed parameters of sort method of Table
    da020a63
    Rijn authored
    2017-01-16 01:27:02 -0600  
    Browse File »

13 Jan, 2017
2 commits
  • fixed #193 ...
    d16dce64
    It takes me least 4 hours.😢
    梁灏 authored
    2017-01-13 20:18:21 +0800  
    Browse File »
  • fade table body when there is no data
    2f7660b4
    Rijn authored
    2017-01-13 01:53:34 -0600  
    Browse File »

11 Jan, 2017
1 commit
  • some component support i18n ...
    4ab11811
    some component support i18n
    梁灏 authored
    2017-01-11 21:02:55 +0800  
    Browse File »

05 Jan, 2017
1 commit
  • update Table ...
    3d6fa54b
    update Table
    梁灏 authored
    2017-01-05 13:15:26 +0800  
    Browse File »

04 Jan, 2017
1 commit
  • Fixed #151 ...
    cf7887ba
    Added no-data and no-filtered-data properties to the component Table
    Rijn authored
    2017-01-04 16:42:27 -0600  
    Browse File »

03 Jan, 2017
1 commit
  • update Table event ...
    ee975cd4
    update Table event
    梁灏 authored
    2017-01-03 09:41:00 +0800  
    Browse File »

02 Jan, 2017
1 commit
  • Added click and dblclick events to table
    da55375f
    Rijn authored
    2017-01-02 19:05:45 -0600  
    Browse File »

25 Dec, 2016
1 commit
  • :art: add eslint
    b0893113
    jingsam authored
    2016-12-25 22:49:42 +0800  
    Browse File »

16 Dec, 2016
1 commit
  • fixed #132 ...
    336b4f46
    fixed #132
    梁灏 authored
    2016-12-16 15:34:24 +0800  
    Browse File »