Fix cannot add new cols in new table
This commit is contained in:
@@ -279,7 +279,7 @@ export default {
|
||||
addCol () {
|
||||
if (this.newTable) {
|
||||
this.columns.push({
|
||||
id: '_' + (this.newColNum++),
|
||||
id: 'dummy_' + (this.newColNum++),
|
||||
name: '',
|
||||
type: 'string',
|
||||
title: '',
|
||||
|
||||
Reference in New Issue
Block a user