wfwfwf / vue-plug-in

create plug-in for vue
25 stars 5 forks source link

能不能加个selection-change的回调 #3

Open xuzixian opened 6 years ago

xuzixian commented 6 years ago

你好,这个组件好像没有selection-change的回调是吗,能不能加一个,谢谢

wfwfwf commented 6 years ago

ok

wfwfwf commented 6 years ago

已经支持所有的element table的方法

xuzixian commented 6 years ago

拖动固定了的列,拖不了

wfwfwf commented 6 years ago

固定列的拖动,这个是不支持的,这个要支持就复杂了,而且也可以通过拖动不固定的列来拖动那一行

Kitty2015 commented 5 years ago

hi,能支持element table 相关的props属性么,比如stripe 斑马纹属性、固定表头等

wfwfwf commented 5 years ago

你可以先将我的代码引入你的工程,我这个工程,我有一个较大的改动,暂时不会去做你说的这些。

Kitty2015 commented 5 years ago

666,嗯嗯,代码拉下来了,试着在props属性加了下,没成功。麻烦问下支持stripe 斑马纹属性、固定表头等属性,在哪个些地方需要改动的呢?

xuzixian commented 5 years ago

packages/draggable/index.js文件下的render方法里的“// 对element tabel行点击事件”下面的几句代码换成下面这个即可 // 对element tabel行点击事件进行兼容 if (JSON.stringify(this.$attrs) === '{}') { update('attrs', {data: this.list}) } else { update('attrs', Object.assign(this.$attrs,{data: this.list})) }