fix: correction in cell clear

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2021-11-27 18:19:46 +05:30
parent b118506dfc
commit 0c01d98490

View File

@@ -1078,7 +1078,7 @@ export default {
return
}
this.$set(this.data[index].row, col._cn, null)
this.onCellValueChangeFn(colIndex, index, col)
await this.onCellValueChange(colIndex, index, col)
},
async insertNewRow(atEnd = false, expand = false) {
const focusRow = atEnd ? this.rowLength : this.rowContextMenu.index + 1