Closed react-hunter closed 5 years ago
Thanks for using.
It is not reactive because it uses this.$children
.
I can add function.
<el-table-draggable @drop="func()">
did you added this event? I got the same problem
I see, your file's code --event name is "dorp" not "drop" ,hhhhh You may have misspelled the word. thanks for your share
Thank you. Corrected the misspell the word. You can use "drop" by updating to 1.2.1
I could implement
sortable
on el-table by using this library. But, I can't get any event when user drags row of el-table. Can you explain about the events of this library?