We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41faea commit 7933adfCopy full SHA for 7933adf
examples/doc/updateLog.md
@@ -1,5 +1,6 @@
1
2017-12-18 未发布
2
1、table 组件 修复数据只有一条无法全选和取消全选的bug #65
3
+2、table 组件 组件修复单击行样式数据变化后样不消失的bug #64
4
5
2017-12-12
6
1、table 组件 行单击事件名称由`on-row-click`改为`row-click`
packages/v-table/src/table.vue
@@ -860,6 +860,7 @@
860
handler: function (newVal) {
861
862
this.skipRenderCells = [];
863
+ this.clickRowIndex = -1;
864
865
this.internalTableData = this.initInternalTableData(newVal);
866
0 commit comments