@ -279,7 +279,7 @@ export default {
addCol () {
if (this.newTable) {
this.columns.push({
id: '_' + (this.newColNum++),
id: 'dummy_' + (this.newColNum++),
name: '',
type: 'string',
title: '',